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
Topic Id: 7693
Example Ids: 25247
This site is not affiliated with any of the contributors.
Content on the page is taken from Stack Overflow Documentation
This site is NOT affiliated with Stack Overflow or any of the contributors. | Privacy Policy | Terms of Service