To remove a specific element from an array in JavaScript, find the index of the element using indexOf() and remove it using splice()
確定! 回上一頁