Building your toolbox [4 of 51]
Visual Studio Code
- Write, debug, and document your code
- source control management
- built-in terminal
- Customizable and extensible
- Free, cross-platform, and open-source
VS Code Extensions for JavaScript Developers
- ESLint
- Find and fix problems in your JavaScript code before it hits production
- Prettier:
- Automatic code formatter, so you don’t have to care about that extra space
- JavaScript (ES6) code snippets
- Avoid redundant typing with shortcuts to most used code fragments
Node.js
- What is Node.js?
- Node.js is a JavaScript runtime used to execute JavaScript code outside of a web browser
from Building your toolbox [4 of 51] | Beginner’s Series to JavaScript (YouTube)
- Node.js is a JavaScript runtime used to execute JavaScript code outside of a web browser