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

Function arrowFunc

w1/d2/variables.js:63–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61let isSoftwareEngineer = true;
62let myFunc = function() {};
63let arrowFunc = () => {};
64
65//find what is to the right if the equal sign
66// console.log(firstName, age, isSoftwareEngineer, myFunc);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected