The opposite of _.filter; this method returns the elements of collection that predicate does not return truthy for.
The collection to iterate over.
Optional
The function invoked per iteration.
Returns the new filtered array.
_.reject
The opposite of _.filter; this method returns the elements of collection that predicate does not return truthy for.