Arrow Functions in JavaScript: A Simpler Way to Write Functions
When we first learn functions in JavaScript, we write them the traditional way. It works perfectly fine. But as we start reading more modern JavaScript code, we keep seeing this shorter, cleaner synta
blog.gurjeet.tech4 min read