How to use javascript: Part 6
An arrow function expression is a compact alternative to a traditional function expression. Arrow functions were introduced in ES6 (2015). The basic syntax for arrow functions is shown here:
() => {
merc-01.hashnode.dev4 min read