Start your All-Access Pass to unlock this challenge
Challenge 1 / 1
Challenge! Check out the following code:
// some code that you can't see!
echo $planet['radius']; // prints 50
echo $planet['atmosphere']->getMainElement(); // prints Nitrogen
echo $blackhole; // prints an empty string
$solarSystem[] = $planet;
Which of the following is not true:
Skip challenges and go to theNext Chapter