We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb8435 commit 5f95b6aCopy full SHA for 5f95b6a
README.md
@@ -235,8 +235,8 @@ Each proposal for an ECMAScript feature goes through the following maturity stag
235
return this.length * this.length;
236
}
237
238
- set area(value) {
239
- this.area = value;
+ set length(value) {
+ this.length = value;
240
241
242
```
@@ -252,8 +252,8 @@ Each proposal for an ECMAScript feature goes through the following maturity stag
252
253
254
255
256
257
258
259
0 commit comments