Well done!

You have completed Sweeping Vues Quiz 1!

Quiz Question 1 of 5

Consider the following code. What could be typed in to the console to change the value of rating to 5?

  
    const book = new Vue({
      el: '#app', 
      data: {
        title: 'Things Fall Apart',
        author: 'Chinua Achebe'
        rating: 4
      }
    });
  

Choose the correct answer below:

Skip Quiz Review Video