Place the following code into a file name helloworld.js
helloworld.js
console.log("Hello World");
Save the file, and execute it through Node.js:
node helloworld.js
← Dependency Injection Use Cases of Node.js →