mything.containValue
mything.othercontainValue
mything.anothercontainValue
Nós podemos também atribuir o valor a myobject.prototype.newContainValue = someValue; e todos os exemplos do myobject da classe terão o newContainValue da propriedade com someValue do valor.
|