Another object, Date, lets us work with dates and time. What's different between Date and Math is that we use the word new to create a so-called instance of it.

Sweet! A date consists of a year, a month, a day, an hour, a minute, a second and milliseconds.

Psst: if we don't provide a string when we create an instance of the Date object, JavaScript uses the current date and time.