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

Function baz

w3/d1/debugger.js:69–72  ·  view source on GitHub ↗
(word)

Source from the content-addressed store, hash-verified

67// if there is a debugger, then it will enter the function regardless of step into/step over
68
69function baz(word) { // define function baz that accepts param word
70 console.log(word); // console.log the value stored in word param
71 // debugger; // trigger debugger
72}
73
74foo("food");
75

Callers 1

barFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected