i have a object say,
let menu= {variable: "name", hsn: '630710', operator: 'not one of'}
and another object
let menu1={hsn: '630344', operator: 'not in'}
my aim is to replace the values in menu object with the values from menu1 by seeking the same key between both. Is there a way to get this done. the length of menu1<=menu.