let result = arrayTarget.filter((item) => { return JSON.stringify(arrayElements).indexOf(JSON.stringify(item)) === -1; });