โ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
Was this helpful?