Solved

Case 8-1 Carmella Is Putting Together an Order Processing System for Her

Question 46

Multiple Choice

Case 8-1
Carmella is putting together an order processing system for her local pizza parlor, Pete's Italian Pies.
-In the JavaScript below,Carmella realizes that the doSubmit() function does nothing more than invoke the JavaScript ____ method.
< script>
Function doSubmit()
{
Alert("Your pizza order has been submitted.") ;
Return;
}
< /script>


A) script()
B) alert()
C) submit()
D) function()

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions