Outline

Please be sure to read the README file found in the code sandbox for detailed instructions. You can find the code sandbox for this example here: https://codesandbox.io/s/component-exercise-3ofgj

For this exercise, I want you to use all of the options that we just covered. I want you to create some data properties, and a create a computed property that makes a change to that data. I want you to reactively compute a property, and return data back based on certain conditions with a method.

 

I finished! On to the next chapter