How to sort an array by date in Javascript
We've all been in a situation in Javascript where we have a set of data, all with different dates, which we want to sort by date quickly. Let's look at how this works.
Note on Javascript Dates: It should be noted that there is no such thing as a date...
fjolt.hashnode.dev4 min read