Published on: 2022-07-13 10:58:01
Categories: 28
Share:
Functional JavaScript First Steps is a functional programming course in the JavaScript programming language published by the Frontend Masters Academy. There are various paradigms and approaches in the field of programming and software development, the most important of which are object-oriented programming (OOP) and functional programming (FP). Each of these paradigms has unique advantages and is used in a specific range of projects. In functional programming we only deal with pure functions. Programs written with a functional programming approach consist of a large number of functions (Reusable). Pure functions have two unique conditions without which there is virtually nothing called a pure function.
The first condition is that pure functions use only the arguments and variables defined within them to calculate the output value. The second condition is that the calculations of the function and its output do not change anything outside the environment of the function and the external state of the function retains its original state. Observing these two conditions will make your program completely predictable and will make the debugging and optimization process very simple and fast. In this training course, you will get acquainted with important topics such as high-order functions (Higher-order function), recursive function (recursive function), cluster, combination of functions, etc., and you will learn very valuable techniques to start functional programming.
Publisher: Frontend Masters
Instructors: Anjana Vakil
Language: English
Level: Intermediate
Number of Lessons: 27
Duration: 3 hours and 54 minutes
Introduction
What is Functional Programming
Staying out of the Loop with Recursion
Higher Order Functions
Closure
Function Composition
Wrapping Up
After Extract, watch with your favorite Player.
Subtitle: None
Quality: 1080p
1 GB
Sharing is caring: