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

Function testLet

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

Source from the content-addressed store, hash-verified

78
79*/
80function testLet(){
81
82 // console.log(name);
83 let name = 'brandon';
84
85 name = 'maica';
86 // console.log(name);
87
88 // let name = 'alexi';
89
90 if(true) {
91 let access = false;
92 }
93
94
95}
96
97// testLet();
98

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected