DEV Community

Discussion on: We Don't Need No Stinking map() or filter()

Collapse
 
rrampage profile image
Raunak Ramakrishnan

Nice article. I was recently trying out some coding problems using javascript. Array.reduce was very useful in solving them in a functional way. It is similar to fold in Haskell. This is a great article on the power of folds in Haskell.

Collapse
 
jdsteinhauser profile image
Jason Steinhauser

I hadn't read that particular paper yet, but now it's on my list 😊 Thanks for the recommendation!