(name1, name2)
| 121 | // setTimeout(() => console.log('anon function'), 4000) |
| 122 | |
| 123 | function timesUp(name1, name2) { |
| 124 | console.log(`hello ${name1} and ${name2}`); |
| 125 | } |
| 126 | |
| 127 | // setTimeout(timesUp, 3000, "brandon", "maica"); |
| 128 |
nothing calls this directly
no outgoing calls
no test coverage detected