get/set, delete properties.
Last updated 2 years ago
JS โฉ value โฉ object โฉ property โฉ access
accessing properties
get / set properties
dot notation (.)
bracket notation []
optional chaining (?., ?.[])
optional invocation ?.()
delete properties
property testing
property enumeration
related topics
๐chaining rules
๐property access expression
Proxy intercepts property acess.