There was an error while loading. Please reload this page.
2 parents caaaf0d + c47a379 commit bb33dcdCopy full SHA for bb33dcd
1 file changed
1-js/09-classes/05-private-protected-properties-methods/article.md
@@ -101,7 +101,7 @@ class CoffeeMachine {
101
}
102
103
get waterAmount() {
104
- return this.waterAmount;
+ return this._waterAmount;
105
106
107
constructor(power) {
0 commit comments