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

Submitted

Frontend Mentor - Age calculator app solution

@ashwanipydev

Desktop design screenshot for the Age calculator app coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


Q1: My JavaScript does not handle all dates well; there are some issues. How can I solve these issues?"

Community feedback

@donny333

Posted

Hello, @ashwanipydev, You started your code with eventlistener which should call a function. But function is after the event listener. Computer reads code from first row to the last, so it can't find a function (thats my guess :)). Try to move eventlistener after your calculateage function.

Marked as helpful

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord