Introduction
Node.js lets you run JavaScript outside the browser. This helps you build programs and tools on your computer.
You want to run JavaScript code directly on your computer without a browser.
You are building a server or backend service using JavaScript.
You want to test small JavaScript snippets quickly.
You need to run scripts to automate tasks on your computer.
You want to learn JavaScript beyond web pages.