How to sort an array of objects by one or more of their properties
If you have an array of objects such as people, cars etc., and you wish to sort them in a given order, the sort method of the array object is handy in doing so. The sort method is not limited to primitive values like a number and a string, it is also...
Jan 17, 20233 min read14
