The L8 code starts with a property `inStock: true` and finishes with a computed value that returns an integer type. What it could be done is the code below: ``` ... inStock() { return this.variants[this.selectedVariant].quantity > 0 }, ... ```