js opposite of includes

JavaScript
this.data = this.data.filter(item => !this.multipleSelectedIds.includes(item.id))
Source

Also in JavaScript: