Properties are used to access the data values contained in an object.
An object's properties are accessed by combining the object's name and its property name:
objectName.propertyNameWe have already seen an example of a property on the Array object, a property called length for the size of the array (for example, the weekday array from previous examples):
weekday.length