Hello World!
MR
Michael Radu / May 22, 2021
1 min read
Welcome to another awesome blog post!
hello.js
const hello = 'Hello, world!'
var x = 6
if (x > 5)
console.log(hello)
Michael Radu / May 22, 2021
1 min read
Welcome to another awesome blog post!
const hello = 'Hello, world!'
var x = 6
if (x > 5)
console.log(hello)