main
Luna 2021-07-09 13:10:27 -07:00
parent 893d2b0e04
commit 30c862b467
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}