Travis build: 592

This commit is contained in:
Travis CI
2017-12-29 13:13:29 +00:00
parent f01a8b1a0e
commit 6ce01769e9
3 changed files with 1 additions and 6 deletions

View File

@ -9,6 +9,7 @@ Use `Math.max()` combined with the spread operator (`...`) to get the maximum va
const max = (...arr) => Math.max(...[].concat(...arr);
```