Start your All-Access Pass to unlock this challenge
$brands = ['SuperDog', 'Doggie-Os', 'Beef Bites', 'Puppy Gruel', 'Fancy Feast'];
Puppies love dinner time! Which option below will print "Puppy Gruel"?
echo $brands['Puppy Gruel'];
echo $brands(4);
echo $brands[4];
echo $brands[3];