Arrow Functions in JavaScript: A Simpler Way to Write Functions
Functions in JS are great, they make code reusable so you don't have to write the same logic again and again.
But sometimes writing normal functions feels a bit too verbose like ex. Like you write fun
tejasxdev.hashnode.dev4 min read