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

Function foo

w3/d2/lecture.js:19–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17// * Can watch stack using debugger
18
19function foo() {
20 console.log("a");
21 debugger;
22 bar();
23 console.log("e");
24}
25
26function bar() {
27 console.log("b");

Callers

nothing calls this directly

Calls 1

barFunction · 0.70

Tested by

no test coverage detected