Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    I have learned how to .createElement and use .parentNode to create error messages dynamically. I have also learned how to implement the removal of the present error message when a correct input has been detected.

  • Submitted


    1. Logic Improvement: I've noticed my code has become a bit tangled in what I've affectionately termed "IF Hell." If anyone has suggestions on how I can refactor my code to make it more elegant and reduce the reliance on conditional statements, I'd love to hear your thoughts.

    2. Responsive Design: I've done my best to make the project responsive, especially when it comes to adapting UI elements to different screen sizes. However, I'm eager to learn more about best practices for styling inputs responsively. Any tips or insights on achieving a seamless user experience across devices would be fantastic!

    3. Error Handling: I'm currently handling errors and toggling the '.error' class, but I believe there's room for improvement. Specifically, I'm looking for advice on how to optimize the process and remove the '.error' class when the function is called again unless the error condition persists.