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