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

Function myFunc

w2/d4/closure.js:94–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92*/
93let name = "name";
94let myFunc = () => "hey";
95
96function elephantCollector() {
97 let elephants = ["dumbo"];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected