The opposite of _.filter; this method returns the elements of collection that predicate does not return truthy for.
- Lodash chained on (Array): the new filtered array.
See Implementation
The opposite of _.filter; this method returns the elements of collection that predicate does not return truthy for.