Sorting arrays effectively
Arrays are a powerful tool that allows us to group related data under a single data type. One can do many things with arrays but sometimes it's better to have the array in order first. The good thing JavaScript has a method that allows us to sort an ...
tracy.hashnode.dev7 min read