Just like variables, we can update object properties. For example, we can update the price when there's a doorbuster discount.

Update the price property to the lower amount.

Add laptop.price = 1799; to your code to update the laptop.price property.