I\'m trying to write a function that will take an array of numbers and return an array with those numbers doubled. For example 1, 2, 3 and return should be 2, 4, 6
Th