Outline

For the solution we did the following:

  • Create a data, computed, and method property to change data.
  • Create a name, and use a computed property to change the name to uppercase and display it in the DOM using interpolation.
  • Create a method that returns based on if value is greater than 5, you want you multiply it by 10 . If the value is less than 5, add 10 to it and return.
 

I finished! On to the next chapter