Lucas-Erkana / LucasErkana

My professional portfolio showcases my skills and experience using React JS, HTML, and CSS. It includes projects I have worked on, my education, and relevant work experience. It provides a dynamic and engaging user experience for potential employers and clients.
https://lucaserkana.vercel.app/
MIT License
23 stars 1 forks source link

Email validation bug #21

Open brainskev opened 1 year ago

brainskev commented 1 year ago

Hey Lucas nice job so far!! :1st_place_medal: . However reviewing your project, I found a bug :lady_beetle:

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

bug

These the issue hindering the execution of the function. Kindly fix it for the best user experience:exclamation: