In this tutorial we will learn how to compare dates with TypeScript or
JavaScript. Working with dates can be a painful experience but comparing them is
not too bad as it works the same way as general object comparisons.
We will start by looking at dates and how they work