DEV Community

Discussion on: Map/Filter/Reduce Crash Course

Collapse
 
brewsterbhg profile image
Keith Brewster

This is a great breakdown, another big benefit (which you mentioned near the beginning) is that it returns you a new instance of an array instead of mutating the original one.

Collapse
 
chrisachard profile image
Chris Achard

Yes, definitely - I didn't have the space to really expand on that (maybe a part 2!), but these three really shine when you want to not mutate data.