Q1141. What is the Temporal API and why is it proposed as a replacement for Date?
The Temporal API is a modern proposal (Stage 3) to replace JavaScript's problematic `Date` object. It provides a better, more intuitive way to work with dates and times i...