Submitted over 1 year ago
Frontend Mentor - Age calculator app solution
@ashwanipydev
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
- @donny333Posted over 1 year ago
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 helpful0
Please log in to post a comment
Log in with GitHubJoin 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