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

Function displayInTimer

stopwatch/app.js:38–40  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

36let timerInterval;
37
38function displayInTimer(str){
39 timer.innerHTML = str;
40}
41
42function play(){
43 startTime = Date.now() - elapsedTime;

Callers 2

playFunction · 0.85
resetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected