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:


Beginner guide:
*Hello World

Table Of Contents
41cli
64ES6
72Beginner guide