Here's how you can declare new Array() constructor: let x = new Array(); - an empty array; let x = new Array(10,20,30); - three elements in the array: 10,20 ...
確定! 回上一頁