necessary 17.1.6 → 17.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -824,7 +824,7 @@ If the array is not long enough they return `undefined`.
|
|
|
824
824
|
|
|
825
825
|
* The `head()` function returns an array containing the first element of its array argument whilst the `tail()` function returns an array containing all but the first element of its array argument.
|
|
826
826
|
|
|
827
|
-
* The `back()` function returns an array containing
|
|
827
|
+
* The `back()` function returns an array containing the last element of its array argument whilst the `front()` function returns an array returning all but the last element of its array argument.
|
|
828
828
|
|
|
829
829
|
* The `push()` function is similar to its native counterpart but will push an array rather than a single element.
|
|
830
830
|
|