8 lines
68 B
JavaScript
8 lines
68 B
JavaScript
obj?.[expr]
|
|
|
|
obj?.[expr]?.[other]
|
|
|
|
obj?.[true]
|
|
|
|
obj?.[true]?.[true]
|