Travis build: 1674
This commit is contained in:
@ -9,5 +9,5 @@ const anyBy = (arr, fn) => arr.some(fn);
|
||||
```
|
||||
|
||||
```js
|
||||
anyBy([0,1,2,0], x => x >= 2); // true
|
||||
anyBy([0, 1, 2, 0], x => x >= 2); // true
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user