Creates a slice of array with n elements dropped from the end.
The array to query.
Optional
The number of elements to drop.
Returns the slice of array.
Creates a slice of array with n elements dropped from the end.