Will detect if a member exists (using 'in'). Returns true if a property or method exists on the object or its prototype.
Name of the member.
When true, if the member exists but is undefined, it will return false.
Will detect if a member exists (using 'in'). Returns true if a property or method exists on the object or its prototype.