Clean object's false properties in Javascript and return a new object without them
You can use this object-clean component to clean all Javascript object's false properties and return a new object without them.
Usage Example:
`new cleaned object
clean({ foo: null, bar: 'foo' }) // => { bar: 'foo' }`
Written by Codi
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Javascript
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#