Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Functional Programming in JavaScript: A Practical Approach
Rating: 4.3 out of 5(755 ratings)
6,143 students

Functional Programming in JavaScript: A Practical Approach

Finally, understand and use the concepts of functional programming in JavaScript.
Created bySteven Hancock
Last updated 7/2024
English

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.
  • Creating pure functions that avoid mutations and side effects.
  • Declarative programming.
  • Avoiding shared state and mutations.

Course content

11 sections50 lectures6h 40m total length
  • Introduction2:11
  • Making the Most of this Course0:52

Requirements

  • This course is intended for those that have already been introduced to JavaScript and have used it in projects.
  • You need to feel comfortable reading and writing JavaScript code.

Description

Are you wanting to learn how to apply functional programming in JavaScript? Have the concepts been a bit difficult to grasp? Are you not quite sure how functional programming differs from other approaches used in JavaScript? If so, this course is for you!

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 technical 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.

If you learn by doing, this course gives you plenty of chances to work on exercises and then sit back and watch as I go through the exercise. By doing and then watching my approach, you will learn how to apply functional programming concepts to JavaScript.

Jump in today and begin learning a different way of using JavaScript!

Who this course is for:

  • JavaScript developers that want to learn functional programming techniques and concepts.