Methods
array()
- Source:
Returns an Array of all values.
filter()
- Source:
Finds all values where the callback returns a truthy value. Arguments equivalent to Array.filter.
find()
- Source:
Finds the first value where the callback returns a truthy value. Arguments equivalent to Array.find.