Menu
×
×
Correct!
Exercise:Make the function return "Hello".
function myFunction() {
@(6) "@(5)";
}
document.getElementById("demo").innerHTML = myFunction();
function myFunction() {
return "Hello";
}
document.getElementById("demo").innerHTML = myFunction();
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 67 exercises.
Are you sure you want to continue?