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...
codelery.hashnode.dev3 min read
Balikis Omolewa
I love learning new technologies that brings efficiencies and increase productive to my workflow.
Thanks for this, Amazing