I have the following javascript object
myData={my_ID: "NSOfe",his_ID: "AuJ"}
I would like to compare my_Data and see whether or not I have same my_ID in the following javascript objects (myData_1). If there is, it will return true on the console.
myData1=[{my_ID: "NSOfe",his_ID: "suJ"},{my_ID: "NSOfew",his_ID: "kuJ"},{my_ID: "NSOfey",his_ID: "BuJ"}]