Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Web-Development
/ app.js
File
app.js
Scorekeeper/app.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
P1Button = document.querySelector(
'#P1Button'
);
2
const
P2Button = document.querySelector(
'#P2Button'
);
3
const
Reset = document.querySelector(
'#Reset'
)
4
const
P1Display = document.querySelector(
'#P1Display'
);
Callers
nothing calls this directly
Calls
1
reset
Function · 0.70
Tested by
no test coverage detected