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

Function hello

w3/d4/setInterval.js:23–23  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

21// setInterval((name) => console.log(`hello ${name}`), 2000, 'maica')
22
23let hello = (name) => console.log(`hello ${name}`)
24
25// setInterval(hello, 2000, 'maica');
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected