Object.prototype.hasOwnProperty() - JavaScript | MDN
hasOwnProperty() は Object インスタンスのメソッドで、オブジェクト自身が(継承されていない)指定されたプロパティを持っているかどうかを示す論理値を返します。