how to create a javascript hello world program with node.js

JavaScript
console.log('Hello, world');// You can use apostrophes, quotation marks or tildees which are `s
Source

Also in JavaScript: