.get()
Returns the first entry that matches the provided filter.
Last updated
Returns the first entry that matches the provided filter.
Last updated
Parameter
Description
filter
Function to test each element of the array. Return a value that coerces to true
to keep the element, or to false
otherwise
Returns
Description
First entry that matches the filter