Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SuperSimpleDev/javascript-course
/ 12r.js
File
12r.js
1-exercise-solutions/lesson-12/12r.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
let
score = JSON.parse(localStorage.getItem(
'score'
)) || {
2
wins: 0,
3
losses: 0,
4
ties: 0
Callers
nothing calls this directly
Calls
4
updateScoreElement
Function · 0.70
autoPlay
Function · 0.70
playGame
Function · 0.70
showResetConfirmation
Function · 0.70
Tested by
no test coverage detected