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

Function foo

w3/d4/lecture.js:152–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150// console.log(count)
151
152function foo() {
153 console.log("food");
154}
155
156function bar() {
157 console.log("bark");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected