Dot Notation

Dot-notation is used to express the relationship between an object and it’s properties (and sometimes methods). An example of dot notation would be building.streetAddress. In this example, the object would be building and the property would be the "streetAddress." If the "streetAddress" property were also an object, you …