Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
let
timerInterval;
37
38
function
displayInTimer(str){
39
timer.innerHTML = str;
40
}
41
42
function
play(){
43
startTime = Date.now() - elapsedTime;
Callers
2
play
Function · 0.85
reset
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected