Array Indexing. In JavaScript, arrays use numbered indexes. ... and fruits[fruits.length - 1] all point to the same item: the last element in the array.
確定! 回上一頁