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

Function test

w3/d1/lecture.js:22–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20// foo("food");
21
22function test() {
23 let name = "brandon";
24 debugger;
25
26 if (false) {
27 name = "false";
28 debugger;
29 }
30 if (true) {
31 name = "krandon";
32 debugger;
33 }
34
35 if (1) {
36 let name = "1";
37 debugger;
38 }
39
40 debugger;
41}
42
43// test();
44

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected