javascript opposite includes code example
Example: js opposite of includes
this.data = this.data.filter(item => !this.multipleSelectedIds.includes(item.id))
this.data = this.data.filter(item => !this.multipleSelectedIds.includes(item.id))