$arrayIndexOf
$arrayIndexOf
will return the index of the first 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 |