Sort two Object properties with Array.sort()
Bit of a long one, but I had an array of objects that contained movie titles, movie release dates, reviews, directors etc.
The task was to sort them by release date in ascending order. In my head that was fine, just find the property by while running...
calvin.hashnode.dev3 min read