Double Every Number with map()

Use the map() function to create a new array, doubled, where each number from the numbers array is doubled. Make sure to use map() in your solution.
JavaScript
Console