Manipulating Array using sort() in JavaScript
In this blog, I am going to discuss the sort method in javascript which is handy to sort the elements of an array. The method works as expected in the case of a string array but it does not work in the expected manner in case of a number array. Let u...
sanbal13.hashnode.dev5 min read