?? Functional programming in Javascript home Directory chapter II functional programming based on a functional programmer's Toolset Chapter II summary
To understand functional programming, this chapter covers a wide range of topics. First we analyze the meaning of a function of a programming language and evaluate JavaScript functional programming capabilities. Next, we use JavaScript to implement some of the core concepts of functional programming and to show some JavaScript-built functional programming functions.
Although JavaScript has some functional programming tools, most of its functional programming cores are still hidden, and many are worth looking forward to. In the next chapter, we're going to explore some JavaScript libraries that will reveal the bottom of the functional type.
The next chapter establishes a functional programming environment
[Original translation Book] JS Functional Programming Chapter II Summary