const numbers = [1, 2, 3, 4, 5]; const doubled = numbers.map((number) ... 下面,我們會用JavaScript 的 map() function 迭代 numbers array,我們每次都會回傳 ...
確定! 回上一頁