And just like with variables, we can use self-assignment. Let's assume there's a half-price discount.

Use self-assignment to update the price property to half of its current value.

To self-assign, add laptop.price / 2 to your code.