×
×
Correct!
Inside a function with two parameters, print the first parameter.
function myFunction($fname, $lname) {
echo @(6);
}
function myFunction($fname, $lname) {
echo $fname;
}
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 47 exercises.
Are you sure you want to continue?