
Writing First Program #
Let’s write the first program
console.log("Hello World");
To run the program you need to open the command prompt
$ node main.js
This page is still in draft
Let’s write the first program
console.log("Hello World");
To run the program you need to open the command prompt
$ node main.js