Question: Edit the following webpage: create a function within the portion of the page, and move the alert() dialog box that you currently have in the
Edit the following webpage: create a function within the
portion of the page, and move the alert() dialog box that you currently have in the script into your new function. Call the new function from the existing script.code :
mysecondpage.htm :
//function
function callAlert()
{
//alert
alert("Fatoumata");
}
//call function
callAlert();
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
