MCPcopy 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}
25function two() {
26 one();
27 console.log("Two");
28}
29function three() {
30 two();
31 console.log("Three");

Callers 1

threeFunction · 0.85

Calls 1

oneFunction · 0.85

Tested by

no test coverage detected