Blog
4 days ago
How To Sort an Array of Objects in JavaScript?
Sorting an array of objects is something you’ll run into pretty often when working with JavaScript. This usually comes up when dealing with tables, lists, or data coming from an API. In this article, we’re going to go through how to sort arrays of objects using JavaScript’s sort() method.
Source: HackerNoon →