Menu
×
×
Correct!
Exercise:Let the function return the second value.
function myFunction($fname, $lname) {
return $lname;
}
Not CorrectClick here to try again. Correct!Next ❯function myFunction($fname, $lname) {; } |