My First Post
Posted: July 23, 2021
This is my first blog post! Isn't it great?
Some of my favorite things are:
- Petting dogs
- Singing
- Eating potato-based foods
const variable = "whatever I want";
const myFunc = () => {
console.log("Hello world!");
}