- 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.
- Python科學計算(第2版)
- 自制編譯器
- Redis入門指南(第3版)
- JavaScript:Functional Programming for JavaScript Developers
- Vue.js前端開發(fā)基礎與項目實戰(zhàn)
- 零基礎輕松學SQL Server 2016
- Highcharts Cookbook
- 全棧自動化測試實戰(zhàn):基于TestNG、HttpClient、Selenium和Appium
- C++新經(jīng)典
- Java系統(tǒng)化項目開發(fā)教程
- Java Web開發(fā)詳解
- 智能搜索和推薦系統(tǒng):原理、算法與應用
- Python網(wǎng)絡爬蟲技術與應用
- R語言實戰(zhàn)(第2版)
- 分布式系統(tǒng)架構與開發(fā):技術原理與面試題解析