Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
150
function
appendDOMChild(parentNode,childNode) {
151
// !!SIDE EFFECTS!!
152
parentNode.appendChild( childNode );
153
return
parentNode;
154
}
155
156
function
setDOMContent(elem,html) {
157
// !!SIDE EFFECTS!!
Callers
1
addStock
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected