Create a new array let doubled = []; // Double each value and push it into the new array for (let num of numbers) { doubled.
確定! 回上一頁