📦property access expression

use . / [] / ?. / ?.[] to evaluate object property / array element.

the [expr] part of bracket notation []

  • is evaluated and converted to a string

property access and invocation expressions have higher precedence than any of the operators.

Last updated

Was this helpful?