You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 3, 2023. It is now read-only.
A JavaScript module which performs a binary search on an array of numbers ordered low to high. If the specified value is found its index in the input array is returned. If the specified value is not found null is returned.