add join
This commit is contained in:
@ -13,6 +13,6 @@ const sortedIndex = (arr,n) => {
|
||||
```
|
||||
|
||||
```js
|
||||
sortedIndex([5,3,2,1], 4); // 1
|
||||
sortedIndex([5,3,2,1], 4); //1
|
||||
sortedIndex([30,50],40); // 1
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user