DEV Community

Discussion on: Better loops in JavaScript

Collapse
 
nielsbom profile image
Niels Bom

Nice article!

If people are interested to read more on this style of programming in JS, it's called "functional programming". See this article for an introduction: dev.to/leandrotk_/functional-progr...

A really nice library for doing functional-style programming with JS: ramdajs