Monday, 2 January 2017

Hello World



After Setup Environment Variable...

 Let's create a Hello app

1. Open Notepad and paste below code

console.log("Hello Node!");

2. Save it with name of "hello.js" or you can choose
3. Now open command prompt

**************************************************
 node  folder_path\file_name.js
*************************************************

No comments:

Post a Comment