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!!
December 01, 2019
5 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:
const hello = "Hello World"
console.log(`${hello}!!`) // Hello World!!