rejectBy (key, value) Array
public
Returns an array with the items that do not have truthy values for key. You can pass an optional second argument with the target value. Otherwise this will match any property that evaluates to false.
Parameters:
-
key
String
- the property to test
-
value
[String]
- optional value to test against.
Returns:
-
Array
- rejected array
Please login to continue.