Merge pull request #1348 from paroche/patch-31

Update article.md
This commit is contained in:
Ilya Kantor 2019-09-18 12:58:28 +03:00 committed by GitHub
commit 4745f44bc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,7 @@ There's no similar method to handle deletion of an accessor property. Only gette
## Accessor descriptors ## Accessor descriptors
Descriptors for accessor properties are different -- as compared with data properties. Descriptors for accessor properties are different from those for data properties.
For accessor properties, there is no `value` or `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.