get-full-year
There are 3 repositories under get-full-year 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.
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
DrakeAlia/js-scroll
Learning how to create a navbar that slides down when scrolling and then stays at a fixed position at a certain height. Based on John Smilga's js course