MCPcopy Create free account
hub / github.com/AyushSaini00/60minuteJavaScript / pause

Function pause

stopwatch/app.js:51–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51function pause(){
52 clearInterval(timerInterval);
53 toggleButtons("PLAY");
54}
55
56function reset(){
57 clearInterval(timerInterval);

Callers

nothing calls this directly

Calls 1

toggleButtonsFunction · 0.85

Tested by

no test coverage detected