Arrow function in JavaScript : A simpler way to write a function
Arrow functions were introduced in ES6 it provides a concise way to write a function. But you cant used it in all situations as it is limited . It's good that it is alternative for traditional functio
arrow-function.hashnode.dev4 min read