- 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
推薦閱讀
- 圖解Java數據結構與算法(微課視頻版)
- Practical DevOps
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- PHP+MySQL網站開發項目式教程
- Java程序設計
- PHP從入門到精通(第4版)(軟件開發視頻大講堂)
- HTML5 APP開發從入門到精通(微課精編版)
- C語言程序設計與應用(第2版)
- RubyMotion iOS Develoment Essentials
- 貫通Tomcat開發
- 計算機應用基礎(第二版)
- Java程序設計教程
- 精通Spring:Java Web開發與Spring Boot高級功能
- Kotlin進階實戰
- Learning Kotlin by building Android Applications