Hello World

December 01, 20195 sec. Reading.

I’ve been thinking to start my blog From a while. So you’re here now!!
Now Let’s build our first script with javascript:

Javascript

const hello = "Hello World"
console.log(`${hello}!!`) // Hello World!!