Arrow Functions in JavaScript: A Simpler Way to Write Functions
What are Arrow Functions?
Arrow functions are a shorter, cleaner way to write functions in JavaScript, introduced in ES6(2015). They are used everywhere in modern JavaScript code - inside array method
codeandcuriosity.hashnode.dev11 min read