função de seta getter javascript
something = () => this.#private; //getter
somethingElse = (action) => this.#private = action; //setter
Ashamed Alpaca
something = () => this.#private; //getter
somethingElse = (action) => this.#private = action; //setter