We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 119fadf + 19108b3 commit 4745f44Copy full SHA for 4745f44
1-js/07-object-properties/02-property-accessors/article.md
@@ -102,7 +102,7 @@ There's no similar method to handle deletion of an accessor property. Only gette
102
103
## Accessor descriptors
104
105
-Descriptors for accessor properties are different -- as compared with data properties.
+Descriptors for accessor properties are different from those for data properties.
106
107
For accessor properties, there is no `value` or `writable`, but instead there are `get` and `set` functions.
108
0 commit comments