Menu
×
×
Correct!
Exercise:Use the correct array method to sort the
$colors = array("red", "green", "blue", "yellow");
rsort($colors);
Not CorrectClick here to try again. Correct!Next ❯$colors = array("red", "green", "blue", "yellow");; |