When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Fundamentals of Functional Programming in JavaScript
Functional programming is gaining traction in the industry. This course will teach you the foundations of functional programming using JavaScript in easy to understand terms.

This Course Includes
pluralsight
4 (161 reviews )
1 hour 26 minutes
english
Online - Self Paced
Expanded Courses
pluralsight
About Fundamentals of Functional Programming in JavaScript
In order to be proficient in functional programming there are a few key concepts that you'll need to understand such as immutability and first class functions. In this course, Fundamentals of Functional Programming in JavaScript, you'll learn about functional programming and how to write JavaScript in a functional style. First, you'll cover how you've likely already used functional programming concepts in your JavaScript, and how functional programming can actually simplify how you write software. Next, you'll explore how to utilize functions the same as any other variable. Finally, you'll learn how to write your code so it only changes when you want it to. By the end of this course, you'll have the necessary skills and knowledge to write efficiently with JavaScript in a functional style.
What You Will Learn?
- Course Overview : 1min.
- What Is Functional Programming? : 12mins.
- Declare What You Mean : 19mins.
- The Power of Functions : 20mins.
- Side Effects May Be Harmful : 20mins.
- Testing Your Functions : 11mins.