There are 3 possible ways for accessing the property of an object.
objectName.property;
objectName["property"];
objectName[expression];