javascript contains key in object code example Example: js object contain key if ('key' in myObj) // better if (!myObj.hasOwnProperty('key'))