forEach(function(value) { console.log(value); }); // 1 // 2 // 3 // 4 ... true // Use the spread operator to transform a set into an Array. console.log([.
確定! 回上一頁