Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appacademy/Module-1-Resources
/ addItem
Function
addItem
w2/d4/closure.js:64–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
*/
63
function
groceryList(list) {
64
function
addItem() {
65
list.push(
"ice cream"
);
66
}
67
68
addItem();
69
return
list;
Callers
1
groceryList
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected