Start your All-Access Pass to unlock this challenge
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