from:https://segmentfault.com/q/1010000017464256
arr2.filter(item => arr1.find(_item => item.a === _item.a && item.b === _item.b))