Functional Programming Principles in Javascript by Sonny Recio
Читать

Functional Programming Principles in Javascript by Sonny Recio

Doing some research, I found functional programming concepts like immutability and pure functions. Those concepts enable you to build side-effect-free functions, so it is easier to maintain systems — with some other benefits. In this post, I will tell you more about functional programming, and some important concepts, with a lot of code examples in JavaScript.