class Animal { privateAttribute setPrivateAttribute(value) { this.privateAttribute = value } } new Animal().setPrivateAttribute(\'good way\') //ok