MCPcopy 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

22let anything = null;
23
24let myFunc = function () {
25 return "thats pretty cool";
26};
27// this logging what myFunc variable holds
28console.log(myFunc); // [Function: myFunc]
29

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected