Как добавить свойство в класс в JavaScript
myObject.prototype.newproperty = "value"
Shiny Salmon
myObject.prototype.newproperty = "value"