Returns an object with only the properties that pass a given test.
The object to parse.
A test function called against each object property. Properties that return a falsy result will not be included.
A new object containing only the properties that passed the test.
Returns an object with only the properties that pass a given test.