From 240b33ef1d2f0e439d002b0db398f960965b9664 Mon Sep 17 00:00:00 2001 From: mzelder Date: Sat, 3 Aug 2024 13:31:35 +0200 Subject: [PATCH] commented --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 23d8d60..9d7f950 100644 --- a/script.js +++ b/script.js @@ -229,6 +229,6 @@ function endGame() { localStorage.setItem("highScore", highScore); highestScoreElement.innerText = `Highest Score: ${highScore}`; } - + // Reset scoreValue = 0; }