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