Skip to content

Tag: object

Compare and add property to array of object

I have two arrays of objects (Obj1 and Obj2). The difference is that Obj2 objects have an extra property called fn. I want to compare both arrays and if an object in Obj1 has fn in Obj2 for the same datakey then want to add fn in Obj1 also (the datakey is unique). I don’t want to change the order