JavaScript Arrow Functions: A Simpler Way to Write Functions
Before arrow functions were introduced to JavaScript, to write functions we had to use the function keyword. But due to that the code looked cluttered and less readable compared to the arrow functions
therealshreyash.hashnode.dev2 min read