Comment on
JavaScript is awesome
In the process of being replaced.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal
JavaScript has had the
Dateobject for handling date and time since its first days. However, theDateAPI is based on the poorly designedjava.util.Dateclass from Java, which was replaced in the early 2010s; but, because of JavaScript's goal of backward compatibility,Datesticks around in the language.