Arrow Functions in JavaScript: A Simpler Way to Write Functions
What Are Arrow Functions?
An arrow function is simply another way to write a function in JavaScript.
Instead of using the function keyword, arrow functions use a special arrow symbol:
=>
Let’s look a
chaiarrow.hashnode.dev4 min read