js map over array from code example Example: javascript map over new array // With ES6, you can do this: [...Array(10)].map((a, b) => a)