Arrow Functions in JavaScript
Arrow functions or 'fat arrow' functions provide a way to quickly declare functions using shorter syntax, with or without parameters. They can be very helpful but we need to know where to use them because sometimes good old functions are better.
But...
yuricodesbot.hashnode.dev5 min read