(notification)
| 8 | let count = 0; |
| 9 | |
| 10 | function showMessage(notification){ |
| 11 | message.innerHTML = `<h3>${notification}</h3>`; |
| 12 | } |
| 13 | |
| 14 | function showBox(){ |
| 15 | playArea.timer = setTimeout(myBox, random(4000)); |
no outgoing calls
no test coverage detected