javascript-tutorial / en.javascript.info

Modern JavaScript Tutorial
https://javascript.info
Other
23.44k stars 3.85k forks source link

Suggestion to update article Object Property - Property Descriptors #3701

Open ghost opened 3 months ago

ghost commented 3 months ago

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":