get-month
There are 3 repositories under get-month topic.
Erikote04/Date-Formatter
Project No. 4 of 21 of the freeCodeCamp course "JavaScript Algorithms and Data Structures". In this project, you'll learn how to work with the JavaScript Date object, including its methods and properties. You'll also learn how to correctly format dates. This project will cover concepts such as the getDate(), getMonth(), and getFullYear() methods.
jaganpofficial/Date-formatter
Project No. 4 of 21 of the freeCodeCamp course "JavaScript Algorithms and Data Structures". In this project, you can see how to work with the JavaScript Date object, including its methods and properties. You can also see how to correctly format dates. This project will cover concepts such as the getDate(), getMonth(), and getFullYear() methods.
DrakeAlia/js-countdown
Learning how to make a countdown clock which can be used when a new product is coming out or a sale is about to end on an e commerce site. Based on John Smilga's js course