HelloWorld program in Node JS November 25, 2020November 25, 2020 by Tyson Gill Code: console.log('Hello World'); var a = 10; var b = a * 3; console.log(" B values is : "+b); Output : Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window)