helloworld
i guess this is my first post.
Why I Started This Blog
i wanted to things about my life and was too afraid to do it with my real name.
What to Expect
I plan to write about:
A Code Example
heres a truly girpping piece of code that takes a glance into my twisted mind:
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));Thanks for reading!