Skip to content

Commit d317244

Browse files
JamesJanssonButenkoT
authored andcommitted
Small name error at the start of the instructions. (#12)
1 parent a9498d4 commit d317244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instructions/level1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ To validate our form we will need to follow next steps:
8787

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

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

0 commit comments

Comments
 (0)