Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
function
foo() {
20
console.log(
"a"
);
21
debugger;
22
bar();
23
console.log(
"e"
);
24
}
25
26
function
bar() {
27
console.log(
"b"
);
Callers
nothing calls this directly
Calls
1
bar
Function · 0.70
Tested by
no test coverage detected