Another Test Post

AS

Abednego Steven / August 27, 2021

1 min read

Welcome to another awesome blog post!

hello.js
const hello = 'Hello, world!'
var x = 8

if (x > 7)
    console.log(hello)