MCPcopy Create free account
hub / github.com/appacademy/Module-1-Resources / foo

Function foo

w3/d1/lecture.js:3–7  ·  view source on GitHub ↗
(word)

Source from the content-addressed store, hash-verified

1
2
3function foo(word) {
4 debugger;
5 console.log(word);
6 bar("barber");
7}
8
9function bar(word) {
10 debugger;

Callers

nothing calls this directly

Calls 1

barFunction · 0.70

Tested by

no test coverage detected