DEV Community

Discussion on: Map/Filter/Reduce Crash Course

Collapse
 
worsnupd profile image
Daniel Worsnup

Great summary! I wrote about reduce recently as well: dev.to/worsnupd/everything-you-nee... It's cool to see how a lot of Array prototype methods are just special cases of reduce.

Collapse
 
chrisachard profile image
Chris Achard

Yep! reduce is super powerful (which is why it can be so confusing!)