Arrow Functions in JavaScript
JavaScript provides multiple ways to write functions. Traditionally, we used the function keyword. But modern JavaScript introduced Arrow Functions, which allow us to write functions in a shorter and
raviroy.hashnode.dev5 min read