Gets all but the first element of array.
array
5.13.0
tail([1, 2, 3])// => [2, 3]
The array to query.
Returns the slice of array.
Gets all but the first element of
array
.5.13.0