logo
logo

Double Values

Beginner

Double Values

Create an arrow function named
doubleValues
that takes in an array of numbers and returns a new array with each value doubled. Use the arrow function syntax and the
.map()
method.
Console
Submit
Solution
00:00