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

Function bar

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

Source from the content-addressed store, hash-verified

24}
25
26function bar() {
27 console.log("b");
28 debugger;
29 baz();
30 console.log("d");
31}
32
33function baz() {
34 debugger;

Callers 1

fooFunction · 0.70

Calls 1

bazFunction · 0.70

Tested by

no test coverage detected