Ryan Dahl - The awesome guy who created Node JS
Node JS - It is a Javascript framework.
Download and install Node JS
My First Node program :-
Open a editor and type in
console.log ('Hello Madhu Tomy');
How to execute the file
Node JS - It is a Javascript framework.
Download and install Node JS
My First Node program :-
Open a editor and type in
console.log ('Hello Madhu Tomy');
How to execute the file
- Open up a command prompt
- Go the folder where the .js file is located
- Execute the command node hello-world.js (node ?? filename??)
No comments:
Post a Comment