Node is a way to run JavaScript on the command line.
Once installed, you'll have access to three new commands:
node my-file.js
— runs the JavaScript in my-file.jsnpm [subcommand]
— npm is a way to install 'packages' that your application depends on, such as the svelte packagenpx [subcommand]
— a convenient way to run programs available on npm without permanently installing them