
Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
I encountered a challenge in checking if the email is valid or not, so I overcame it by creating a function. This function takes a parameter 'e', which represents the email value, and uses a regular expression to match the email against a specific format, returning either true or false.
Join 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