array.at()
Get the Array element at a provided index.
Description
Gets the Array element located at a provided index.
The method is equivalent to using []
indexing, such that array.at(0)
returns the same element as array[0]
.
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!