← Code LabJavaScript0/50 solved · 0%
Functions · easy

3. Arrow functions

Shorter syntax, same idea.

Rewrite the adder as an arrow function `const add = (a, b) => ...`.
Required in your answer: =>