MCPcopy 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
22function one() {
23 console.log("One");
24}
25function two() {
26 one();
27 console.log("Two");

Callers 1

twoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected