Difference between Regular function and Arrow Function
Arrow functions are the same as regular functions but there are some very important differences.
- Main differences are
Syntax
Arguments binding>
Use of this keyword
Using a new keyword
No duplicate named parameters
Let me explain with an example ...
shubham.hashnode.dev2 min read