Skip to main content
✏️ Code CompletionJS JavaScript Easy+10 XP

Arrow Function

Complete the arrow function that doubles a number.

✏️ Fill in the blank
const double = (n) ___ n * 2;

✏️ Type the missing code: