Hasownproperty in JavaScript | JavaScript Hasownproperty

JavaScript Hasownproperty


JavaScript Hasownproperty
The hasOwnProperty() method returns a boolean indicating whether the object has the specified property as its own property (as opposed to inheriting it).
Example
Output