Menu
×
×
Correct!
Exercise:Execute the function named
function myFunction() {
alert("Hello World!");
}
myFunction();
Not CorrectClick here to try again. Correct!Next ❯function myFunction() { alert("Hello World!"); }; |