Test
This commit is contained in:
parent
893d2b0e04
commit
30c862b467
1 changed files with 1 additions and 1 deletions
2
index.js
2
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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue