What is the expected result when executing the following scripts in a web browser?
Answer : A
Which choice demonstrates the correct syntax for declaring a variable to represent the month in which a person was born?
Answer : C
Janice needs to create a pop-up window that will open a Web document in a new browser window. Which code statement should she use?
A)

B)

C)

D)

Answer : C
Consider the following code:

What code would you use to determine if the check box has been checked or not?
Answer : D
Consider the following code:

What is the result if this code is run in a browser?
Answer : A
Scarlet has the following code in her script:
Var namesArr =[''Joseph',' Charlotte'', ''Nicole''];
She wants to add the name Hank to the end of the array so that its length is 4. What code should she use?
Answer : D
Consider the following code:

The processform() function is not executed when the submit button is pressed. What change should be made to correct this?
Answer : A