You just chain .shift() onto your array variable name, without passing any arguments. For example: myArray.shift() would remove the first element from the ...
確定! 回上一頁