Cómo agregar una propiedad a una clase en JavaScript
myObject.prototype.newproperty = "value"
Shiny Salmon
myObject.prototype.newproperty = "value"