No Blogs

I don’t have a blog, but if I did, it would go here.

I kind of already put the code together. I don’t want to put it in a branch and forget about it. So here we are.

For reference, here’s some other stuff.

Loading...

Loading unusual words...

function greet(name) {
  return `Hello, ${name}!`;
}

console.log(greet('World'));