Skip to content

Computed Member Access

Member Access operator (.) can be used to access properties of an object but they accessor is an expression.

Syntax
object[expr]
Example
someObjectValue['propertyA']
someObjectValue['propertyA']['propertyB']