Arrow Functions in JavaScript
In JavaScript, normal function are used to write function, but in ECMAScript 6 (ES6) introduced Arrow Function to make function syntax simpler and cleaner. Let's see it.
What are Arrow Function
Ar
mehtabblogs.hashnode.dev3 min read