Skip to content

Commit 2e4ef4e

Browse files
author
Eric J Fisher
authored
corrected a typo in readme.md
1 parent 583403c commit 2e4ef4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Complete the following tasks to finish this project.
4545

4646
## Create `setHiddenFields` function
4747

48-
Our application uses the `answer` hidden input to store the answer to the game. Our `setHiddenFields` method should not use any parameters, but needs to set the `awnser` hidden input to a randomly generated number between 0 and 9999.
48+
Our application uses the `answer` hidden input to store the answer to the game. Our `setHiddenFields` method should not use any parameters, but needs to set the `anwser` hidden input to a randomly generated number between 0 and 9999.
4949

5050
Hint: `Math.round()` can be used to randomly generate a number between 0 and 1 (up to 18 decimal points) and `Math.floor(input)`, `Math.ceiling(input)`, or `Math.round(input)` to round.
5151

0 commit comments

Comments
 (0)