MCPcopy 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

60let age = 27;
61let isSoftwareEngineer = true;
62let myFunc = function() {};
63let 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