- Mastering JavaScript Functional Programming
- Federico Kereki
- 108字
- 2021-07-02 22:41:03
What you need for this book
To understand the concepts and code in this book, you don't need much more than a JavaScript environment and a text editor. To be honest, I even developed some of the examples working fully online, with tools such as JSFiddle (at https://jsfiddle.net/) or the like, with absolutely nothing else.
However, you will need some experience with the latest version of JavaScript, because it includes several features that help writing more concise and compact code. We will frequently include pointers to online documentation, such as the documentation available on the MDN (Mozilla Development Network at https://developer.mozilla.org/) to help you get more in-depth knowledge.
推薦閱讀
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- Windows系統管理與服務配置
- Learning Flask Framework
- 21天學通C++(第6版)
- MySQL數據庫管理與開發(慕課版)
- Learning Data Mining with R
- RabbitMQ Cookbook
- RESTful Java Web Services(Second Edition)
- AMP:Building Accelerated Mobile Pages
- SSH框架企業級應用實戰
- Learning Image Processing with OpenCV
- Java 9 with JShell
- Java程序設計入門(第2版)
- Clojure編程樂趣
- jQuery Essentials