ES Version of lodash.drop Creates a slice of array with n elements dropped from the beginning.
lodash.drop
The array to query.
The number of elements to drop.
Returns the slice of array.
ES Version of
lodash.drop
Creates a slice of array with n elements dropped from the beginning.