Implement `doubleAll(arr)` that returns a new array where every number has been multiplied by 2.
Run your code to see results.