- Mastering JavaScript Functional Programming
- Federico Kereki
- 46字
- 2021-07-02 22:41:12
All about functions
Let's get started with a short review of functions in JS and their relationship to FP concepts. We can start something we mentioned in previous chapters, about functions as first-class objects, and then go on to several considerations about their usage in JS.