- Por Richard Wild
- ·
- Publicado 19 Sep 2018
The Functional Style - Part 4
First-Class Functions II: Filter, Reduce & more. In the previous article I introduced the concept of first-class functions and lambdas, demonstrated the technique of 'mapping' a function over an array and advanced it as an alternative to explicit iteration. I went on to assert that...