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)