Travis build: 574
This commit is contained in:
@ -6,6 +6,7 @@ Use `Math.max()` combined with the spread operator (`...`) to get the maximum va
|
||||
|
||||
```js
|
||||
|
||||
|
||||
const max = (...arr) => Math.max(...[].concat(...arr);
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user