diff --git a/try-coding-fe/user-input/index.md b/try-coding-fe/user-input/index.md index 54d164f..0a1d1b9 100644 --- a/try-coding-fe/user-input/index.md +++ b/try-coding-fe/user-input/index.md @@ -19,7 +19,7 @@ HTML is still an essential part of modern web applications. It holds the content
To begin, let's look at the code in this Replit.
+To begin, let's look at the code in this Replit.
After forking the replit, be sure to open the dev tools, then take a few minutes to look through the code in all the different files.
Here are some things to consider as you explore:
Use this replit as a starting point. We are going to build a “Guess the Number” game for a user in the console. In the starter kit, you already have a secretNumber
variable assigned to 6 and a some other JavaScript that connects the HTML to the game. Follow the steps below to keep going!
Use this replit as a starting point. We are going to build a “Guess the Number” game for a user in the console. In the starter kit, you already have a secretNumber
variable assigned to 6 and a some other JavaScript that connects the HTML to the game. Follow the steps below to keep going!
Inside of the checkGuess
function, write some code that will do the following: