Skip to content

Commit

Permalink
Small name error at the start of the instructions. (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesJansson authored and ButenkoT committed Jul 31, 2017
1 parent a9498d4 commit d317244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instructions/level1.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ To validate our form we will need to follow next steps:

So let's get one value out to see how it works, for that you need to check on
index.html file as well - to see how we are getting element out knowing classes:
`var name = document.letterToSanta.myName.value;`
`var name = document.letterToSanta.name.value;`

TODO: now it is your turn to get other values out. Create variables called
`city`, `behavior`, `description` and store in them appropriate values from the form.
Expand Down

0 comments on commit d317244

Please sign in to comment.