We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
take
1 parent f2cca69 commit 78652c6Copy full SHA for 78652c6
index.html
@@ -648,7 +648,7 @@ <h2 id="arrays">Array Functions</h2>
648
649
<p id="first">
650
<b class="header">first</b><code>_.first(array, [n])</code>
651
- <span class="alias">Alias: <b>head</b></span>
+ <span class="alias">Alias: <b>head</b>, <b>take</b></span>
652
<br />
653
Returns the first element of an <b>array</b>. Passing <b>n</b> will
654
return the first <b>n</b> elements of the array.
0 commit comments