(name)
| 21 | // setInterval((name) => console.log(`hello ${name}`), 2000, 'maica') |
| 22 | |
| 23 | let hello = (name) => console.log(`hello ${name}`) |
| 24 | |
| 25 | // setInterval(hello, 2000, 'maica'); |
| 26 |
nothing calls this directly
no outgoing calls
no test coverage detected