How not to sort an array in JavaScript

added by JavaScript Kicks
8/26/2019 7:02:41 AM

576 Views

Array sorting is one of those things you don't spend too long thinking about, until it stops working for you. Recently I was working with array of items in JavaScript that were not sorting at all properly and completely messing up an interface.


0 comments