Update article.md
Change "and" to "or". Goes better with "no".
This commit is contained in:
parent
646989dd47
commit
5fd9963507
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
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:
|
That is, an accessor descriptor may have:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue