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