- 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:
![](https://epubservercos.yuewen.com/AC5589/19470400601602706/epubprivate/OEBPS/Images/Chapter_25.jpg?sign=1739279742-VLiMte7YcIUnUfhymXRz8gW49OX6kSUC-0-48eaffde6ae18336f36eed9d6efbd8b3)
Figure 1.5 - JSFiddle lets you try out ES8 code (plus HTML and CSS) without requiring any further tools