- Mastering JavaScript Functional Programming
- Federico Kereki
- 64字
- 2021-07-02 22:41:07
Key features of JavaScript
JS isn't a functional language, but it has all the features we need to work as if it were. The main features of the language that we will be using are:
- Functions as first–class objects
- Recursion
- Arrow functions
- Closures
- Spread
Let's see some examples of each one, to explain why they will be useful to us.
推薦閱讀
- Learning C# by Developing Games with Unity 2020
- TensorFlow Lite移動端深度學習
- 軟件架構設計:大型網站技術架構與業務架構融合之道
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- 基于免疫進化的算法及應用研究
- Mastering OpenCV 4
- JavaScript by Example
- WordPress Plugin Development Cookbook(Second Edition)
- Mastering Google App Engine
- Android底層接口與驅動開發技術詳解
- Python之光:Python編程入門與實戰
- ASP.NET開發與應用教程
- RESTful Java Web Services(Second Edition)
- 區塊鏈技術進階與實戰(第2版)
- Java RESTful Web Service實戰