here is my use case in JavaScript:
I have two arrays of objects which have properties that match (id & name).
var result1 = [ {id:1, name:\'S
Check out difference and xor in lodash.