en.javascript.info
en.javascript.info copied to clipboard
Suggestion to update article Object Property - Property Descriptors
Change line 12 (currently):
Object properties, besides a value, have three special attributes (so-called "flags"):
To the following wording to highlight that value is a special attribute:
Object properties have four special attributes: value and three other special attributes called "flags":