In TypeScript, a statically-typed superset of JavaScript, you can print 'Hello, World!' with ease:

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