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