Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/AyushSaini00/60minuteJavaScript
/ app.js
File
app.js
Pomodoro-Timer/app.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
selectTypeElement = document.getElementById(
'select-type'
);
2
const
timerElement = document.querySelector(
'.timer'
);
3
const
btnWrapper = document.querySelector(
'.btn-wrapper'
);
4
Callers
nothing calls this directly
Calls
4
start
Function · 0.85
selectSession
Function · 0.85
resetTime
Function · 0.85
reset
Function · 0.70
Tested by
no test coverage detected