Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appacademy/Module-1-Resources
/ myFunc
Function
myFunc
w1/d2/variables.js:62–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
let
age = 27;
61
let
isSoftwareEngineer = true;
62
let
myFunc =
function
() {};
63
let
arrowFunc = () => {};
64
65
//find what is to the right if the equal sign
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected