From 30c862b4675d64c29f419dfdf8101755e8eb0d18 Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 9 Jul 2021 13:10:27 -0700 Subject: [PATCH] Test --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }