NAVIGATION Use splice() to remove arbitrary item Use shift() to remove from ... let array = ["a", "b", "c"]; > let index = 1; > array.splice(index, ...
確定! 回上一頁