Beginning Functional JavaScript
Beginning Functional JavaScript Understand functional programming concepts and the functional nature of the JavaScript language. Diving straight into JavaScript functions, you will learn to write…
Specifikacia Beginning Functional JavaScript
Beginning Functional JavaScript
Understand functional programming concepts and the functional nature of the JavaScript language. Diving straight into JavaScript functions, you will learn to write them with ES8. Starting with an introduction to functional programming concepts, you will learn the key differences between imperative and functional programming.
Arrays will then be introduced, followed by a set of APIs you can use with them. Followed by this you will move to higher order functions and learn how 'Function as Data' opens up a world of possibilities.You will then build higher order functions with closures. You will learn how to transform one function to another using currying and partial application.
The compose function will be discussed in detail, followed by functors and monads. After having an in-depth look at applicative functors, you will learn the new features offered in ES8.The