Vagyasri/Where-do-I-Belong
In this project, I have created a function that will return the lowest index at which a value (second argument) should be inserted into an array (first argument) once it has been sorted. The returned value should be a number.
JavaScriptMIT