DEV Community

Discussion on: My New Friends filter() and map()

Collapse
 
jacoby profile image
Dave Jacoby

I was about to say that, if you like map and filter, you'll love reduce, but it's been said...

Collapse
 
savagepixie profile image
SavagePixie

I've looked at it a bit, but I think it'll be tomorrow's trouble, hehe

Collapse
 
jacoby profile image
Dave Jacoby

It'll be there when you get to it.

In my language of choice, Perl, map exists, filter is grep, and reduce comes from a non-standard library. It still fills me with joy.