To remove the first item of an array, means we have to remove an item whose index is 0. Remember that arrays are zero-indexed in JavaScript.
確定! 回上一頁