Retrieve the index-th item from the array.
index
array
This is a fill for Array.prototype.at. See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/at
Array.prototype.at
item, or undefined if index out-of-bound
undefined
type of the array items
to get the element from
zero-based index of the array. Negative index counts back.
Generated using TypeDoc
Retrieve the
index
-th item from thearray
.Remarks
This is a fill for
Array.prototype.at
. See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/atReturns
item, or
undefined
ifindex
out-of-bound