Since the array index starts from 0 , you can start the for loop at 0 too by using let i = 0; . Set the length property manually. The array ...
確定! 回上一頁