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