shift() doesn't take any arguments. It returns the first element of the array and removes the element from the array. const array = [1, 2, 3, 4, ...
確定! 回上一頁