$arrayLastIndexOf
$arrayLastIndexOf
will return the index of the last found item of the query.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
name | string | Array name. | true |
query | string | The element we will be queering for every element inside the array. | true |