Why do we need arrow functions?
What are Arrow functions?
Arrow functions introduced in ES6 provide a concise way to write functions in JavaScript.
Content under arrow functions is lexically or statically defined.
It is also known as "fat arrow functions".
The function written...
nishtha0503.hashnode.dev1 min read