Great! We create the $numbers array, add 4 to it, sort it, and display it using var_dump().
$numbers
4
var_dump()
Whoops! We create the $numbers array, add 4 to it, sort it, and display it using var_dump().