- JavaScript by Example
- Dani Akash S
- 163字
- 2021-07-02 18:39:05
Text editor
First of all, you need a JavaScript-friendly text editor. Text editors are important when it comes to writing code. Depending on the features they provide, you can save hours of development time. There are some really good text editors out there with excellent languages support. We are going to be using JavaScript in this book, so I'd recommend getting one of these open source JavaScript-friendly text editors:
- Atom: http://atom.io
- Visual Studio Code: http://code.visualstudio.com
- Brackets: http://brackets.io/
You can also try Sublime Text: https://www.sublimetext.com/, which is a great text editor, but unlike the previously mentioned ones, Sublime Text is commercial and you need to pay for continued usage. There is also another commercial product WebStorm: https://www.jetbrains.com/webstorm/, which is a full-fledged Integrated Development Environment (IDE) for JavaScript. It comes with various tools for debugging and integration with JavaScript frameworks. You might want to give it a try sometime.
I would recommend using Visual Studio Code (VSCode) for the projects in this book.
- Learning Neo4j
- Mastering NetBeans
- Android和PHP開發最佳實踐(第2版)
- Learning Selenium Testing Tools with Python
- Mastering Concurrency in Go
- 樂高機器人設計技巧:EV3結構設計與編程指導
- 區塊鏈:以太坊DApp開發實戰
- 精通Scrapy網絡爬蟲
- Python應用輕松入門
- The Data Visualization Workshop
- Python大學實用教程
- Java Web從入門到精通(第3版)
- 創意UI:Photoshop玩轉APP設計
- Oracle 12c從入門到精通(視頻教學超值版)
- C# 7.0本質論