Functions for Beginners
Learn how to create and use functions
This is a blog post about functions.
We'll learn what functions are, how to write functions, and how to use them.
We'll learn what functions are, how to write functions, and how to use them.
This is a Markdown sub-heading
We just used a ###
subheading in our blog post.
js
12 // this is a code block3 const doSomething = () => {4 return console.log('hey')5 }6
Here, I'm using a component inside my MarkDown file: