How do you access the property of an object using bracket notation?
obj.key
obj["key"]
obj(key)
obj->key
This question is part of this quiz :