Difference Between Arrow Function and Regular Function
In this blog, we will learn about the difference between arrow function and normal/regular function.
What is Arrow function
The arrow function is introduced in ES6 which is a more concise syntax for writing function expressions. It is also known as ...
manpreets.hashnode.dev3 min read
amit perane
Developer
parameter VS argument ?