Custom Array Sort Algorithms in JavaScript

Описание к видео Custom Array Sort Algorithms in JavaScript

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.

Article: https://joel.net/custom-array-sort-al...
Subcribe to my Newsletter: https://joel.net/newsletter

Комментарии

Информация по комментариям в разработке