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

Function bar

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

Source from the content-addressed store, hash-verified

154}
155
156function bar() {
157 console.log("bark");
158 baz();
159}
160
161function baz() {
162 console.log("bazaar");

Callers

nothing calls this directly

Calls 1

bazFunction · 0.70

Tested by

no test coverage detected