JavaScript Objects

There are two different ways to access an object property.

You can use person.property or person["property"].