Empty array of specific size: ... We can also create an empty array of specific size: let g : string[] = new Array(4);. console.log('Given array: ',g.length);. It ...
確定! 回上一頁