An array is created with its length property set to that number, and the array elements are empty slots. const arrayEmpty = new Array(2); console ...
確定! 回上一頁