()
| 54 | } |
| 55 | |
| 56 | function reset(){ |
| 57 | clearInterval(timerInterval); |
| 58 | displayInTimer('00:00:00'); |
| 59 | elapsedTime = 0; |
| 60 | toggleButtons("PLAY"); |
| 61 | } |
| 62 | function toggleButtons(Key) { |
| 63 | if(Key === 'PLAY'){ |
| 64 | playButton.style.display = 'block'; |
nothing calls this directly
no test coverage detected