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

Function myFunc2

w2/d4/scratch.js:34–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32// * we can go inward -> outward
33// ! not outward -> inward
34function myFunc2() {
35 let name = "brandon";
36 // able to access x variable in a different scope
37 console.log(brandonPassword); // "bad"
38}
39
40// myFunc2();
41// console.log(name);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected