Arrow Functions in JavaScript
Arrow functions weren't always there in JavaScript, they were introduced in 2015 in ES6. They are concise methods to write function expressions. It can be said that this is a shorter and a cleaner way
aksh27.hashnode.dev3 min read