The Runtime Before the Framework
Write, run, and debug JavaScript on your own machine instead of in a browser.
$72
this phase
- Open1.1
JavaScript, Server Side
Free previewValues, functions, arrays, objects, and running a file with node.
- 1.2
Modules, npm, and node_modules
ESM imports, package.json, semver ranges, and what npm install actually put on your disk.
- 1.3
Async Without Fear
Promises, await, and the event loop - traced by hand, not hand-waved.
- 1.4
When It Breaks
Stack traces, try/catch around await, unhandled rejections, and stepping through code in a debugger.
- 1.5
The Toolbox Is Already Installed
node --watch, node --run, --env-file, and node:test, with no nodemon or dotenv in sight.