MCPcopy Index your code
hub / github.com/getify/Functional-Light-JS / appendDOMChild

Function appendDOMChild

ch11-code/stock-ticker.js:150–154  ·  view source on GitHub ↗
(parentNode,childNode)

Source from the content-addressed store, hash-verified

148}
149
150function appendDOMChild(parentNode,childNode) {
151 // !!SIDE EFFECTS!!
152 parentNode.appendChild( childNode );
153 return parentNode;
154}
155
156function setDOMContent(elem,html) {
157 // !!SIDE EFFECTS!!

Callers 1

addStockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected