Kiyozumi-dera Buddhist temple located in eastern Kyoto, Japan

Functions for Beginners

Learn how to create and use functions
Andre Simon
This is a blog post about functions.
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
1
2 // this is a code block
3 const doSomething = () => {
4 return console.log('hey')
5 }
6
Here, I'm using a component inside my MarkDown file: