Travis build: 543

This commit is contained in:
Travis CI
2017-12-29 12:34:23 +00:00
parent a55404f761
commit 3ce2342d3a
3 changed files with 149 additions and 292 deletions

View File

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