array.lastIndexOf()
Get the index of the last Array element that matches the given value.
Signature
lastIndexOf(value: Any) => Number | Null
lastIndexOf(value: Any, index: Number) => Number | Null
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!