Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PhilopaterHany/JavaScript-Bootcamp
/ two
Function
two
Lessons/Week 21/174 - Call Stack & Web API.js:25–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
console.log(
"One"
);
24
}
25
function
two() {
26
one();
27
console.log(
"Two"
);
28
}
29
function
three() {
30
two();
31
console.log(
"Three"
);
Callers
1
three
Function · 0.85
Calls
1
one
Function · 0.85
Tested by
no test coverage detected