Arrow Functions vs Traditional Functions in JavaScript
Photo by Marija Zaric on Unsplash
For the longest time, JavaScript only had two ways to declare functions. You declared them using the function keyword or by using it as a function expression and assigning it to a variable and invoking it from there....
non-traditional.dev4 min read