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