Search
Create a function doubledNumbers which accepts the array numbers as a parameter and returns a new array which has all the numbers multiplied by 2.
doubledNumbers
numbers
Log the resulting array to the console.