Where did I go wrong on the Js?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Where did I go wrong on the Js??

it won't return my values and I got a few errors...I have to get back to work someone help with this please so I can fix it when I get off work??? https://code.sololearn.com/WPYGxJ08IZJ0/?ref=app

12th Jun 2018, 7:45 PM
David CHAMPION
David CHAMPION - avatar
8 Answers
+ 17
The error is return.false
12th Jun 2018, 7:49 PM
Giovane de Macedo Borges
Giovane de Macedo Borges - avatar
+ 6
If you can't beat them, join them. Remove the dot! :)
12th Jun 2018, 7:54 PM
Fata1 Err0r
Fata1 Err0r - avatar
+ 6
thanks everyone I really appreciate it
12th Jun 2018, 9:52 PM
David CHAMPION
David CHAMPION - avatar
+ 5
dont use return.false but just return false without .
12th Jun 2018, 7:48 PM
Roel
Roel - avatar
+ 4
you have to delete the dot . between all return.false wrong statements (return false)
12th Jun 2018, 7:49 PM
KrOW
KrOW - avatar
12th Jun 2018, 7:50 PM
Roel
Roel - avatar
+ 4
You need to remove the dots between all statements of return.false to return false. https://code.sololearn.com/W6KKQBQD5H5t/?ref=app
13th Jun 2018, 1:50 AM
Subhanshu Mohan Gupta
Subhanshu Mohan Gupta - avatar
+ 1
You can make all the inputs required, like this: <input type = “text” class = “first-name” required>
13th Jun 2018, 9:17 AM
Rowsej
Rowsej - avatar