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

Function bar

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

Source from the content-addressed store, hash-verified

57}
58
59function bar(word) { // define function bar that accepts param word
60 debugger; // trigger debugger
61 console.log(word); // console.log the value stored in word param
62 baz("bazaar"); // invoke baz function with string "bazaar"
63}
64// ! leave out debugger to show that step into will
65// step into the function and go line by line
66// step over will step over the function

Callers 1

fooFunction · 0.70

Calls 1

bazFunction · 0.70

Tested by

no test coverage detected