➕bracket notation []
`obj[prop]` syntax.
JS ⟩ statement ⟩ expression ⟩ operator ⟩ left-hand side ⟩ property accessor ⟩ bracket notation
(property access expression) (🌟 chaining rules | table of operators )
use obj [ prop ]
to evaluate an object property / array element.
🈯 synonyms: "computed property access"
Last updated