© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Gautham
How do you comfort a JavaScript bug? You console it.. Hahaha...... Ok.
Checkout the native sort function, it's handy.
But, if you are going to deal with large arrays, probably implement any sorting algorithm of your own.(Quick, Insert etc.)
References: #1, #2
Nikhil Mathur
Hard core JavaScript Dev
Thanks Gautham. Appreciate the help!
Jan Vladimir Mostert
Idea Incubator
+1 for Quick Sort and Insertion Sort