DEV Community

Cover image for This is my first blog post!😉
Azizbek
Azizbek

Posted on

This is my first blog post!😉

Some meme image

First thing first, this is my first dev blog post. So, do not judge strictly, please!

You can see here some javascript arrow function which takes name variable as an argument.

Yes I like writing headlines

const turorialFunction = (name) => {
  console.log(`Hello ${name}`)
}

Thank you!

Top comments (0)