You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The below example shows "Hello, world!" on console.

demo.js
console.log("Hello, world!"):


You can run above code as following:

node demo.js


  • No labels