Where do I Belong - JavaScript Solution & Walkthrough
14/16 Where do I Belong
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.
For example, getIndexToIns([1,2,3,4], 1.5) should re...
benjaminsemah.hashnode.dev3 min read