Quiz Question 1 of 5
Consider the following code. Which example would result in a *hidden* span element?
new Vue({
el: '#app',
data: {
lastName: 'Porth',
firstName: 'Henri',
votes: 9999,
catOfTheWeek: true
}
});
Choose the correct answer below: