I have two objects to compare. I want to find the key and its value which is different in the second object. Which should return only the different key and its value in an object. So, here I want to return {name:”pqr”} as here the name value is different from the first object. And I have tried , and but