removeAt method

removeAt(index)

Removes a value at the specified index.

removeAt(index: number)
ParameterTypeDescription
indexnumberThe zero based index.

See Also