Design comparison
Solution retrospective
I think what I am most proud of will be my ability to write my own form validation though I know I still have a long way to go but it is never bad to celebrate the little victories.
What challenges did you encounter, and how did you overcome them?I had challenges understanding regular expression and how it works and I can not boldly say that I still understand it but right now am taking baby steps in learning it and putting it to use. For this current project, I had to copy another regex for validating my email because I could not write one myself.
What specific areas of your project would you like help with?I would assistance in the learning of regex, and also explanation on why the e parameter has to be included in the function. I get that it helps prevents the form from being submitted but since it was never called or given a value down the line, I don't get why it should be use. For example: const add (a , b) -> { return a + b;}; add(1, 3);
here the params are later called and given values outside the function but that is not the case with the params "e/event" in form validation.
Community feedback
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