Arrow Functions in JavaScript: A Simpler Way to Write Functions
Before arrow functions comes into JavaScript developers mostly write functions using traditional function keyword. It works perfectly fine but sometimes code becomes long for very small tasks.
For exa
web-dev-blogs.hashnode.dev3 min read