removeAt()

Removes a value from an array at the specified position.

This function is valid in v2.1.0 to v2.24.3. This function has been downloaded 60 times.

Parameters

{Array} array
Array from which a value will be removed.
{number} position
Position within array from where the value should be removed. If this is negative the position will be calculated from the end of array.

Returns

{Array}
A reference to array. This is useful when chaining.