top | item 44014540

(no title)

Kalabasa | 9 months ago

Object property access i guess. Like

myObj["myProperty"]

If it's a function then it could be invoked,

myObj["myProperty"]()

If the key was a symbol,

myObj[theSymbol]()

discuss

order

TheRealPomax|9 months ago

pretty sure they were asking about the dynamic property name, { [thing]: ... }