JavaScript’s Array.sort defaults to a String sort. This catches many people off guard when attempting to sort an Array of type Number.

When we want something other than a String sort, we have to be explicit and pass a compare function into the sort method.

Subscribe : https://www.youtube.com/channel/UCDYDhCEPlrYfRyj2ApxeVMA

#js #javascript

Custom Array Sort Algorithms in JavaScript
5.45 GEEK