Design comparison
SolutionDesign
Solution retrospective
Im not that great with Javascript. So let me know what i could improve!
Community feedback
- @mattstuddertPosted almost 5 years ago
Great work on this challenge, Nino. Your JS looks absolutely fine! 👍
One small thing is that your email validation check won't validate an email address in this format:
matt@
, which is still invalid. Have a look around for a regex that will include more corner cases for your validation check. Also, you don't need the parentheses for thetextContent
assignment. But that's a tiny thing.You've done a really good job!
1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord