- 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.
推薦閱讀
- 玩轉Scratch少兒趣味編程
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Java完全自學教程
- R語言編程指南
- jQuery從入門到精通 (軟件開發視頻大講堂)
- Quarkus實踐指南:構建新一代的Kubernetes原生Java微服務
- AIRIOT物聯網平臺開發框架應用與實戰
- SSM開發實戰教程(Spring+Spring MVC+MyBatis)
- 零代碼實戰:企業級應用搭建與案例詳解
- FPGA嵌入式項目開發實戰
- 3ds Max印象 電視欄目包裝動畫與特效制作
- Mastering Leap Motion
- 啊哈C語言!:邏輯的挑戰(修訂版)
- 高質量程序設計指南:C++/C語言
- Pandas 1.x Cookbook