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

Function timesUp

w3/d4/lecture.js:123–125  ·  view source on GitHub ↗
(name1, name2)

Source from the content-addressed store, hash-verified

121// setTimeout(() => console.log('anon function'), 4000)
122
123function timesUp(name1, name2) {
124 console.log(`hello ${name1} and ${name2}`);
125}
126
127// setTimeout(timesUp, 3000, "brandon", "maica");
128

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected