Lit components can have reactive properties. Changing a reactive property triggers the component to update.

Here we've given you a basic component definition. In this step you'll declare a reactive property and use it in an expression in the component's template.

Now you should see the property value in your output.

To see how a reactive property works in practice, you'll need a way to update the value. In the next step, you'll add an event listener to do just that.