Functional Programming with JavaScript Using EcmaScript 6
by
Anto Aravinth
Language: English
Release Date: March 7, 2017
Learn functional programming concepts using JavaScript ES6. You will learn concepts such as currying, partial functions, higher-order functions, and monads.
Programming languages have evolved from focusing on procedures to objects and now on function. JavaScript* *supports functional programming...