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

By using the laptop.price property we can access its value.

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