DEV Community

Chris Newton
Chris Newton

Posted on

Hello World!

Get it? This is my first post, so I thought I should keep with programming tradition.

`
function helloWorld() {
myMessage = "Hello World!";
console.log(myMessage);
}

helloWorld();
`

Top comments (1)

Collapse
 
thomasbnt profile image
Thomas Bnt ☕

Hello and welcome to DEV Community ! 👋🏼😉
You can say hi to the Welcome Thread, introduce yourself and talk what you're learning !

Hope y'all enjoy it here! If you're wondering how to get started with posting a post, then consider checking out this article here.

If you're wondering anything else, don't hesitate to reach out and ask. 😀