Design comparison
Solution retrospective
I found Javascript of this project little challenging as I'm not knew so much about javascript but I tried my best and completed it.
Community feedback
- @erenymoPosted over 1 year ago
Hi, you had a great job !👋
I found some bugs on your website, here are some ;
1- It is still calculating when I enter invalid values. Make it doesn't calculate when you enter invalid values.
2- Because of leap year, Check if the month is February. The program shouldn't work when month is equal to 2(February) and day is greater or equal then 30. And also the program should realize it is a leap year if year % 4 == 0, month is equal to 2 and day is equal to 29.
*I hope this is helpful for you, Keep coding dude ! 💻 *
0
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