Latest solutions
Latest comments
- @renanrdsouzaSubmitted almost 2 years ago@AlinaAlexandraVizireanuPosted almost 2 years ago
Hello, Renan! Your project looks very nice, the only thing that You can add in the JavaScript part is the error message when there is no text in the input "Oops! Please add your email" and when the email is not valid "Oops! Please check your email". For this, you can check first if the value of the email input is an empty string and then test if the email is valid.
Marked as helpful1