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