Travis build: 1674

This commit is contained in:
30secondsofcode
2018-02-14 11:32:14 +00:00
parent 7d6509fe4f
commit 6e5a86c7b1
8 changed files with 158 additions and 8 deletions

View File

@ -9,5 +9,5 @@ const none = arr => !arr.some(Boolean);
```
```js
none([0,0,0]); // true
none([0, 0, 0]); // true
```