This is a blog post about functions.
We'll learn what functions are, how to write functions, and how to use them.
We just used a ###
subheading in our blog post.
// this is a code block
const doSomething = () => {
return console.log('hey')
}