Functional Programming in JavaScript: A Practical Guide
Finally, understand the concepts of functional programming in JavaScript.
Created by Steven Hancock | 6.5 hours on-demand video course
The functional programming paradigm was difficult, at first, for me to grasp and implement. Therefore, I wanted to create a course that would help others make the leap and begin applying functional programming techniques into their own code. In this course you will learn techniques that you can apply today. But remember, you don’t need to implement everything immediately. Implement those things that make sense and grow into it slowly.
In this course I have taken the approach of dissecting a definition of functional programming and using that definition as the structure of the course. We will break it down into pieces. Focus on those pieces and the techniques you can use right away. Each new concept will build on the previous concepts. And in the end you will see all the concepts come together.
What you’ll learn
- Functional programming techniques you can apply right now.
- Concepts that define a functional programming approach.
- The difference between an OOP approach and a functional approach in JavaScript.
- JavaScript libraries such a Lodash and Ramda that support a functional approach.
- Techniques such as currying, cloning and composition done using vanilla JavaScript.
- JavaScript concepts critical to understanding functional programming.
- To create pure functions that avoid mutations and side effects.
- Declarative programming.
Recommended Functional Programming Course