- 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.
- Go Web編程
- Python概率統計
- Fundamentals of Linux
- Leap Motion Development Essentials
- Vue.js快速入門與深入實戰
- BeagleBone Media Center
- Learn Programming in Python with Cody Jackson
- Getting Started with SQL Server 2012 Cube Development
- FFmpeg入門詳解:音視頻原理及應用
- C程序設計實踐教程
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- PrimeFaces Blueprints
- Deep Learning with R Cookbook
- AV1視頻編解碼標準:原理與算法實現
- Machine Learning for OpenCV