For server-side JavaScript using Node.js, here's how you print 'Hello, World!':

console.log("Hello, World!");
Share this post