Samples
Forum
Support
Documentation
each
filter
find
insertAt
map
remove
removeAt
Start
API Reference
Mixins
PowerArray
Methods
find
gets the index of an element in the array
number
find
(
any
data
);
Parameters
data
any
the element value
Returns
number
the index of the element, -1 if it doesn't exist
Back to top