get/set, delete properties.
Last updated 1 year 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.