DEV Community

Discussion on: Map/Filter/Reduce Crash Course

Collapse
 
chrisachard profile image
Chris Achard

Thanks! Glad it was helpful.

Exactly: reduce is something that I thought wasn't great, UNTIL I started just using it. Now I use it all the time! It's really great for condensing a lot of logic down into just a few lines.