From f29d18deb0214e690539c443dbc78b7563652c7f Mon Sep 17 00:00:00 2001 From: James Jansson Date: Sat, 22 Jul 2017 14:15:07 +1000 Subject: [PATCH] Small name error at the start of the instructions. --- instructions/level1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instructions/level1.md b/instructions/level1.md index 9ddc85b4..a9c0347d 100644 --- a/instructions/level1.md +++ b/instructions/level1.md @@ -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.