Arrow Functions in JavaScript : A Simpler Way to Write Functions
Arrow functions were introduced in ES6 it provides a concise way to write a function. But you can't use it in all situations as it is limited . It's good that it is alternative for traditional functio
dev-with-divyansh.hashnode.dev4 min read