Arrow Functions in JavaScript
If you’ve been learning JavaScript, you’ve probably noticed that modern code often uses arrow functions (=>) instead of traditional functions.
Arrow functions were introduced in ES6 (ECMAScript 2015)
dipan-roy-choudhury.hashnode.dev4 min read