Arrow Functions in JavaScript: A Simpler Way to Write Functions
In modern JavaScript, arrow functions provide a shorter and cleaner way to write functions.
They were introduced in ES6 (ECMAScript 2015) and are widely used in modern JavaScript code.
Arrow functions
leanwithpankaj.hashnode.dev3 min read