JKJohn Kirtleyinjohncodes.hashnode.dev·Jan 28, 2021 · 3 min readBinary Search with JavaScriptBinary Search is an algorithm that allows you to quickly search through an array for a target item. Implementing it can also be a fairly common whiteboarding question when you're going through the interview process. Why Would I Use This? If you haven...00