You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: Guess.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ <h1>Guess the Number Game</h1>
20
20
<p>We have selected a random number between 1 and 100. See if you can guess it in 10 turns or fewer. We'll tell you if your guess was too high or too low.</p>
21
21
<divclass="form">
22
22
<inputtype="text" id="guessField" placeholder="Enter a number">
23
-
<inputtype="submit" value="Check my guess" onclick="checkGuess()">
23
+
<inputtype="submit" value="Check Your Guess" onclick="checkGuess()">
0 commit comments