Update sortedLastIndex.md

This commit is contained in:
Angelos Chalaris
2018-03-12 21:58:04 +02:00
committed by GitHub
parent fc214c205c
commit 7241053398

View File

@ -14,5 +14,5 @@ const sortedLastIndex = (arr, n) => {
``` ```
```js ```js
sortedLastIndex([10, 20, 30, 30, 40], 30); // 3 sortedLastIndex([10, 20, 30, 30, 40], 30); // 4
``` ```