#sorting
Read more stories on Hashnode
Articles with this tag
How does JS built-in sort() method work? The sort method will always sort arrays in place. The items are first converted to strings, and then their...