Have any questions?

9787891988

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.

*** tstst

This is a Markdown sub-heading

We just used a ### subheading in our blog post.

  // this is a code block
  const doSomething = () => {
    return console.log('hey')
  }
Here, I'm using a component inside my MarkDown file:
Copyright © 2020 PK Skin City