Merge pull request #1417 from m-thomson/patch-1
This commit is contained in:
commit
fef9dffd21
|
@ -15,7 +15,7 @@ description: |
|
||||||
```js
|
```js
|
||||||
_.filter(list, (n) => n % 2) // → Array
|
_.filter(list, (n) => n % 2) // → Array
|
||||||
_.find(list, (n) => n % 2) // → item
|
_.find(list, (n) => n % 2) // → item
|
||||||
_.findRight(list, ...) // → item
|
_.findLast(list, ...) // → item
|
||||||
```
|
```
|
||||||
|
|
||||||
Works for both arrays and objects.
|
Works for both arrays and objects.
|
||||||
|
|
Loading…
Reference in New Issue