SyntaxFix
Write A Post
Hire A Developer
Questions
let mergeArray = arrA.filter(aItem => !arrB.find(bItem => aItem.name === bItem.name))