MCPcopy Create free account
hub / github.com/appacademy/Module-1-Resources / name

Function name

w1/d3/function-expressions.js:15–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14// function declaration
15function name() {}
16
17console.log(name); // [Function: name]
18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected