### Running it in NodeJS One more is actually running it in NodeJS. ```js console.log ('I'm from node') ``` NodeJS is JavaScript that can run in the server.Instead of running JavaScript on a website, ...