How to Sort in JavaScript using Selection Sort: Made Easy
This article is a part of my series on JavaScript sorting algorithms. I've written a blog about Bubble Sort as well, so check it out to add another sorting algorithm to your bag!
How does selection sort work?
Let's say we have a list/array of numbers...
shivankjshacker.hashnode.dev3 min read