Arrow Functions in JavaScript: A Simpler Way to Write Functions
When I first started learning JavaScript, writing functions felt a little long and repetitive. Every time I had to write function, return, and curly braces.
Later I discovered arrow functions, which m
manpreet006.hashnode.dev3 min read