+ 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
9 Antworten
+ 17
The error is return.false
+ 6
If you can't beat them, join them. Remove the dot! :)
+ 6
thanks everyone I really appreciate it
+ 5
dont use return.false but just return false without .
+ 4
you have to delete the dot . between all return.false wrong statements (return false)
+ 4
https://code.sololearn.com/Wq19IIrr9K7Z/?ref=app
without the dots
+ 4
You need to remove the dots between all statements of return.false to return false.
https://code.sololearn.com/W6KKQBQD5H5t/?ref=app
+ 1
You can make all the inputs required, like this:
<input type = “text” class = “first-name” required>