You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Lucas nice job so far!! 🥇 . However reviewing your project, I found a bug 🐞
The email validation feature should work by filtering out any email that is written in uppercase and display an error. However this is not happening on your project.
Looking further into your code I found out that you spelled "error.textContent" as "error.textConten" in line 58 below
These the issue hindering the execution of the function. Kindly fix it for the best user experience:exclamation:
The text was updated successfully, but these errors were encountered:
Hey Lucas nice job so far!! 🥇 . However reviewing your project, I found a bug 🐞
The email validation feature should work by filtering out any email that is written in uppercase and display an error. However this is not happening on your project.
Looking further into your code I found out that you spelled "error.textContent" as "error.textConten" in line 58 below
These the issue hindering the execution of the function. Kindly fix it for the best user experience:exclamation:
The text was updated successfully, but these errors were encountered: