Design comparison
SolutionDesign
Solution retrospective
Hi, everyone! This is my first Junior challenge. I'm excited to do more projects with JS. I would appreciate it very much if you have any suggestions on how to improve my code. Thank you and have a have a great day!
Community feedback
- @theritikshahPosted over 2 years ago
I did this to get day : var day = new Date().toDateString().slice(0, 3);
Marked as helpful1@Kristina225Posted over 2 years ago@theritikshah I figured there must be a better way of getting the day than hard coding the days in an array. Thank you! I checked out your solution for this challenge too, it's great.
1
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