Skip to content

Commit

Permalink
commented
Browse files Browse the repository at this point in the history
  • Loading branch information
mzelder committed Aug 3, 2024
1 parent 424ed01 commit 240b33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,6 @@ function endGame() {
localStorage.setItem("highScore", highScore);
highestScoreElement.innerText = `Highest Score: ${highScore}`;
}

// Reset
scoreValue = 0;
}

0 comments on commit 240b33e

Please sign in to comment.