NodeJS Beginner Guide
Hello World !
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
console.log("Hello World");
node helloworld.js
In this page (written and validated by A. Gawali) you learned about NodeJS Beginner Guide . What's Next? If you are interested in completing NodeJS tutorial, your next topic will be learning about: NodeJS Use Cases.
Share On: |