property access expression
use . / [] / ?. / ?.[] to evaluate object property / array element.
Last updated
Was this helpful?
use . / [] / ?. / ?.[] to evaluate object property / array element.
Last updated
Was this helpful?
⟩ ⟩ ⟩ ⟩ ⟩ ⟩ expression
⟩ ⟩ ⟩ ⟩ ⟩ expression
(operator)
use , , , , to evaluate the of object / array .
synonyms: "property accessor", "property access expression", "chaining"
⟩