atArray
Array.from→Returns the item at the given index (supports negative indices).
Syntax
array.at(index: number): T | undefined
atArrayArray.from→Returns the item at the given index (supports negative indices).
array.at(index: number): T | undefined