filmov
tv
Sort an array of strings, numbers and objects in JavaScript

Показать описание
Sorting is tricky in JavaScript. Sort function does not work for every kind of datatype. Luckily sort is a higher order function and we can create a compareFunction and pass it in the sort function.