Travis build: 499

This commit is contained in:
Travis CI
2017-12-29 11:48:13 +00:00
parent 05141e5e3c
commit 5a257a8015
3 changed files with 11 additions and 4 deletions

View File

@ -1827,6 +1827,7 @@ Use <code>Number()</code> to check if the coercion holds.</p>
const max = (...arr) =&gt; Math.max(...[].concat(...arr);
</code></pre>
<pre><code class="language-js">max([10, 1, 5]); // 10