Arrow Functions in JavaScript: A Simpler Way to Write Functions
In JavaScript, most developers use functions to maintain the DRY (do not repeat) principle. JavaScript actually has 2 way to write a function.
Normal Function
Arrow Function
In this article, we ar
blog.pallabdev.in6 min read