Hello World!
Chris Newton

Chris Newton @codecruncher86

About: Still learning!

Location:
Hampshire, England
Joined:
May 13, 2024

Hello World!

Publish Date: May 23 '24
1 1

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();
`

Comments 1 total

Add comment