MCPcopy 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

1let score = JSON.parse(localStorage.getItem('score')) || {
2 wins: 0,
3 losses: 0,
4 ties: 0

Callers

nothing calls this directly

Calls 4

updateScoreElementFunction · 0.70
autoPlayFunction · 0.70
playGameFunction · 0.70
showResetConfirmationFunction · 0.70

Tested by

no test coverage detected