There was an error while loading. Please reload this page.
Boolean
Object|Array
Boolean Function( * )
Detects if the predicate is true for any of the values in obj.
predicate
obj
The object or array to test the values of.
The function to test each value with. Should return true or false.
True if the predicate returns true for any of the values in obj.