Create a Real-Time Clock Display
JavaScript has a built-in Date object that represents a single moment in time. We can use it to get the current time and update it every second.