JavaScript: Hello World
Using Node.js as the JavaScript engine.
File: hello.js
--------------
console.log("Hello World");
Run it with:
$ node hello.js
Using Node.js as the JavaScript engine.
File: hello.js
--------------
console.log("Hello World");
Run it with:
$ node hello.js