We can also add properties to an object. To add a property, we use the object name, a period, and the property. And then we give it a value.

Add the price property to the phone object.

To add a new property called price, just add .price right after the phone object.