CB.com Web Development

Hello, World!

Hello, World!

Learning to code is fun!

I have been learning to code. It has been challenging, but a lot of fun.

Here is the very first line of code I wrote today:

src/hello.js
var message = "Hello, World!";
console.log(message);

And that was it!