Sign In
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.
Click to go back
Click to go forward
Refresh preview
Console
Submit
Solution
00:00
Back to Exercises