. "* A reference to the class object or constructor function for a given object instance. * If an object is an instance of a class, the constructor * property holds a reference to the class object. * If an object is created with a constructor function, the constructor * property holds a reference to the constructor function." . . . .