array.entries()
Add the index to every Array element.
Description
The entries()
method adds the index to every Array element, creating
an Array of each index:element pair.
The source Array isn’t changed.
Return value
Type | Description |
---|---|
List of Arrays of index:element pairs for each element of the source Array. |
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!