Gets the element at index n of array. If n is negative, the nth element from the end is returned.
n
array
array The array to query.
Optional
Returns the nth element of array.
Generated using TypeDoc
Gets the element at index
nofarray. Ifnis negative, the nth element from the end is returned.