-
Notifications
You must be signed in to change notification settings - Fork 1
Bugs and hide #9
Copy link
Copy link
Open
Description
Hello Olivier, great work with your JavaScript code. I have however some suggestions that might help you ease your coding process
- I would suggest you avoid using negations in your conditional statements as they might confusing at times
Line 34 in d540877
if (!emailRegex.test(email.value)) { - You also seem to have more than one blank lines in the code. Please avoid this as it will cause you linter errors.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels