Returns a Boolean value indicating whether an object has a property with the specified name.
object.hasOwnProperty(proName)  | 
Returns a Boolean value indicating whether an object has a property with the specified name.
object.hasOwnProperty(proName)  | 
Arguments
Remarks
Example
Requirements
See Also