Skip to content

Commit bf968d7

Browse files
committed
Fix feedback text when game is over
1 parent 042aa9c commit bf968d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ const game = () => {
7575
guess = 0;
7676
maxGuess = 2 ** level;
7777
secret = randomInt(1, maxGuess);
78-
feedbackText.textContent = "Game over!";
7978
maxText.textContent = maxGuess;
8079
scoreText.textContent = score;
8180
attemptsText.textContent = attempts;

0 commit comments

Comments
 (0)