Arrow Functions in JavaScript
What arrow functions are?
An arrow function expression is a compact alternative to a traditional function expression, with some semantic differences and deliberate limitations in usage
~ Mdn docs
In
skullcoder.hashnode.dev6 min read