Open editor and create a file called helloworld.js.
We want to write “Hello World” to Consol
console.log("Hello World");
Save the file, and execute it through Node.js
node helloworld.js