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