Traditional vs Arrow function
In JavaScript, you can write functions in a couple of ways. One way is by using the function keyword, which I will be referring to as a traditional function. And another way is by using the following syntax const func = () => {} which is known as the...
amartyars.hashnode.dev3 min read