removeAt method

removeAt(index)

Removes the person at the specified index.

removeAt(index: number)
ParameterTypeDescription
indexnumberThe zero-based index of the person to remove.

See Also