- Mastering JavaScript Functional Programming
- Federico Kereki
- 79字
- 2021-07-02 22:41:08
Working online
There are some more online tools that you can use to test out your JS code. Check out JSFiddle (at https://jsfiddle.net/), CodePen (at https://codepen.io/), or JSBin (at http://jsbin.com/), among others. You may have to specify whether to use Babel or Traceur; otherwise, newer JS features will be rejected. See an example of JSFiddle in Figure 1.5:

Figure 1.5 - JSFiddle lets you try out ES8 code (plus HTML and CSS) without requiring any further tools
推薦閱讀
- Manga Studio Ex 5 Cookbook
- 控糖控脂健康餐
- 深入實踐Spring Boot
- Python進階編程:編寫更高效、優雅的Python代碼
- Java:Data Science Made Easy
- Learning Neo4j 3.x(Second Edition)
- Drupal 8 Configuration Management
- 劍指MySQL:架構、調優與運維
- 數據結構習題解析與實驗指導
- 微服務從小白到專家:Spring Cloud和Kubernetes實戰
- Oracle數據庫編程經典300例
- Flink技術內幕:架構設計與實現原理
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- 計算語言學導論
- Flutter之旅