Gets a speicified property from within an object.
the object containing the property to retrieve
nested properties used to extract the final property from within the object (i.e "style", "color" would retrieve the color property from within an object that has "color" nested within "style")
Gets a speicified property from within an object.