DEV Community

Discussion on: Everything You Need to Know About Array#reduce

Collapse
 
evanplaice profile image
Evan Plaice

Great article. It's good to finally see somebody write about reduce in depth.

If you want to see this idea explores further check out

github.com/vanillajs2/absurdum

It's a WIP but it's a lot like lodash except every functional operator is implemented using only reduce.

Collapse
 
worsnupd profile image
Daniel Worsnup

Thanks!! And thanks for the link. I might update the article to link to this!

Collapse
 
evanplaice profile image
Evan Plaice

Cool. I always appreciate a mention.

You mentioned a bunch of useful operators that aren't in the library. I'll be sure to add those to the roadmap.