MCPcopy 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}
29function three() {
30 two();
31 console.log("Three");
32}
33
34three();
35

Callers 1

Calls 1

twoFunction · 0.85

Tested by

no test coverage detected