Personal Brand :: Social Media :: Medium :: Story :: A modern Hello World
⪼ Made with 💜 by Polyglot.
"Hello, World!" is a simple programming exercise that requires the programmer to format and print a string to the standard output device.
While simple, “Hello, World!” demonstrates a task that programmers perform more than anything else when building software.
console.log("Hello, World!");