You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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