check if object in array of objects has curtain key value code example
Example: how to check if object has key javascript
myObj.hasOwnProperty('key') // it checks object for particular key and not on prototype
myObj.hasOwnProperty('key') // it checks object for particular key and not on prototype