The Delightful World of Vue
Business Logic Helpers
  Start your All-Access Pass to unlock this challenge
Buy Access Login

Challenge 2 / 2

So I just set up this awesome helper that "helps" me put pineapple on top of regular pizzas! Yum! Here it is:

export default (pizzaTopping) => (
    pizzaTopping + ' with Pineapple!'
);

Now I want to use it in my pizza component so that every pizza topping has pineapple on it! Which of these examples would not make it work?

Skip challenges and go to theNext Chapter

Turn Challenges Off?

All further challenges will be skipped automatically.
You can re-enable challenges at any time on this page or from your account page.