MultipleChoice
Juan is testing his JavaScript application, which includes the following code:

Assuming Juan enters August for his birth month and his name for first name, what is the value of birthMonth after executing this code?
OptionsMultipleChoice
What is the expected result of executing the following code block in a Web browser?

MultipleChoice
Loni needs to create a scriptable button in her Web form that does not submit the form but instead, calls a custom function What HTML code should she use?
A)

B)

C)

D)

MultipleChoice
Which option best statements is an advantage of using JavaScript on the server-side?
OptionsMultipleChoice
Derrick is building a Web form to collect user data for a retail Web site. He will be collecting the users name e-mail address phone number, physical address and credit card information. What should he do to protect his users, when collecting this data?
OptionsMultipleChoice
Consider the following code:

What change if any needs to be made for a "Thank you" message to appear when the checkout page is loaded?
OptionsMultipleChoice
Jaime needs to write a script to remove all the non-digit characters from a phone number so that all that remains are the numbers She knows that she will need to use a regular expression to search for non-digit characters and can use a method to remove all the non-digit characters. Which code should she use?
A)

B)

C)

D)
