Hello World

suggest change

Place the following code into a file name helloworld.js

console.log("Hello World");

Save the file, and execute it through Node.js:

node helloworld.js

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents