We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9498d4 commit d317244Copy full SHA for d317244
instructions/level1.md
@@ -87,7 +87,7 @@ To validate our form we will need to follow next steps:
87
88
So let's get one value out to see how it works, for that you need to check on
89
index.html file as well - to see how we are getting element out knowing classes:
90
- `var name = document.letterToSanta.myName.value;`
+ `var name = document.letterToSanta.name.value;`
91
92
TODO: now it is your turn to get other values out. Create variables called
93
`city`, `behavior`, `description` and store in them appropriate values from the form.
0 commit comments