Normal Function vs Arrow Function in Java Script

In JavaScript, their are 2 way to define a function , normal function and arrow function. In this article we will try to understand what is the difference between them […]