Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Beginning Functional JavaScript: Functional Programming with JavaScript Using EcmaScript 6 (repost)

Posted By: hill0
Beginning Functional JavaScript: Functional Programming with JavaScript Using EcmaScript 6 (repost)

Beginning Functional JavaScript: Functional Programming with JavaScript Using EcmaScript 6 by Anto Aravinth
English | 26 Mar. 2017 | ISBN: 1484226550 | 160 Pages | PDF | 3.16 MB

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 and allows developers to write well-crafted code.
What You Will Learn:
Master functional programming concepts
Identify how functions are treated in JavaScript
Understand real-world functional libraries and create a functional library that mimics underscore.js
Perform pure-error handling techniques such as functors and monads
Discover ES6 functional features such as spread operators and generators
Who This Book Is For:

JavaScript developers (or beginners) who want to understand functional programming concepts and the functional nature of the language.