main
Luna 2021-07-09 13:11:13 -07:00
parent 30c862b467
commit 93534f2832
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;
}
}