DEV Community

Discussion on: JavaScript Quick Tip: Quickly Filter Out All Falsy Values From An Array

Collapse
 
oliverjumpertz profile image
Oliver Jumpertz

You are right but it can hurt readability.

Try immutable-js, it has lazy pipeline sequences which work through transducers. No matter how many operations you pipe, only one pass. ☺️