removeAt method

removeAt(index)

Removes the element at the specified index.

removeAt(index: number)
ParameterTypeDescription
indexnumberThe zero-based index of the element.

See Also