diff --git a/index.js b/index.js index 3581d0f..2175ce7 100644 --- a/index.js +++ b/index.js @@ -52,7 +52,7 @@ function listLocation() { function win() { if (userInput.value.toLowerCase() === "win") { - printBold("You Won! Refresh to play again!") + printBold("You Won! Refresh to play again!!") document.getElementById("userInput").disabled = true; } }