Multiply all the values in an array with 10: const numbers = [65, 44, 12, 4]; ... map() creates a new array from calling a function for every array element.
確定! 回上一頁