s16103145
(minhsiung)
1
I was doing Form validation 3 but encountered some problems.
I don’t know why the browser’s error message keeps popping up even thought I’ve met the required word length, which is 10.
Below is my code on CodePen
It’d would mean so much to me if anyone could give me a hand.
Thanks a lot!
Hello @s16103145
you doing great and you very close
- first in your subject of the post you talk about form validation 1 but in the post you talk about test 3
- the issue are that you use
validity
while it called ValidityState
replace that and your code will work fine
hope that help and have a nice day 