Travis build: 543

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

View File

@ -1246,6 +1246,7 @@ lcm([1, 3, 4], 5); // 60
const max = (...arr) => Math.max(...[].concat(...arr);