Merge pull request #1349 from paroche/patch-37

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

View file

@ -104,7 +104,7 @@ There's no similar method to handle deletion of an accessor property. Only gette
Descriptors for accessor properties are different -- as compared with data properties.
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.
That is, an accessor descriptor may have: