Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appacademy/Module-1-Resources
/ myFunc
Function
myFunc
w2/d4/closure.js:94–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
*/
93
let
name =
"name"
;
94
let
myFunc = () =>
"hey"
;
95
96
function
elephantCollector() {
97
let
elephants = [
"dumbo"
];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected