To access an object's property, we use the object name, a period, and the property name.

Access the price property for a laptop in an online shop.

To access the price property write laptop.price in your code.