TypeScriptArrayat

Returns the item at the given index (supports negative indices).

Syntax

array.at(index: number): T | undefined