Start your All-Access Pass to unlock this challenge
Challenge 2 / 2
Read the docs about the array_reverse() built-in function and try to guess what the next code will output:
$array = array_reverse(array('🍎', '🍌', '🍕', '🎂'), true);
echo $array[2];
Skip challenges and go to theNext Chapter