Demystifying JavaScript Sort() For Beginners
Summary: In this tutorial, we will learn how to use the JavaScript sort() method from beginner to pro. Sorting arrays of strings, numbers, and when to use comparator functions.
Let's check the default behaviour of the sort() method
const letters = ['...
ajibaddemotiv.hashnode.dev5 min read