?
drop-every
Summary​
Removes items at a given position interval from an array
Description​
This action removes every nth element in an array, starting with the first element. The first element is always dropped, unless nth is 0.
Fields​
array​
An array with items to be removed.
nth​
The position interval for items to be dropped. Must be a positive integer.
Helpful?