Monday, August 4, 2014

node.js Hello World Program

Just thought of writing a program in Node.js. There are a lot of tutorials in Node.js.

I am following the link http://www.nodebeginner.org/#javascript-and-nodejs

HelloWord program

use console.log for printing strings.

console.log("Hello World");


No comments: