Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appacademy/Module-1-Resources
/ myFunc
Function
myFunc
w1/d3/function-expressions.js:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
let
anything = null;
23
24
let
myFunc =
function
() {
25
return
"thats pretty cool"
;
26
};
27
// this logging what myFunc variable holds
28
console.log(myFunc);
// [Function: myFunc]
29
Callers
1
function-expressions.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected