We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e9f902 + 5fd9963 commit 119fadfCopy full SHA for 119fadf
1-js/07-object-properties/02-property-accessors/article.md
@@ -104,7 +104,7 @@ There's no similar method to handle deletion of an accessor property. Only gette
104
105
Descriptors for accessor properties are different -- as compared with data properties.
106
107
-For accessor properties, there is no `value` and `writable`, but instead there are `get` and `set` functions.
+For accessor properties, there is no `value` or `writable`, but instead there are `get` and `set` functions.
108
109
That is, an accessor descriptor may have:
110
0 commit comments