www.sitepoint.com
Filtering and Chaining in Functional JavaScript
4
M. David Green uses filtering to limit a data set & chaining to combine the results with map/reduce. The result—clean code that performs complex operations. Read full article