Frontend Mentor - Age calculator app solution

Solution retrospective
Q1: My JavaScript does not handle all dates well; there are some issues. How can I solve these issues?"
Please log in to post a comment
Log in with GitHubCommunity feedback
- @donny333
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
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