Introduction
Searching is one of the most commonly performed tasks in the domain of Computer Science. Many algorithms and data structures exist to make searching more efficient.
In this article, we'll look at the idea behind Binary Search and how to implement it in JavaScript.
Binary Search is a very