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)
