Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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