CB.com Game Development
Hello, World!
Hello, World!
Learning to code is fun!
I have spent many years learning to code in different languages. It has been challenging, but a lot of fun.
Here is the first line of JavaScript code I wrote today:
src/hello.js
var message = "Hello, World!";console.log(message);And that was it!