MultipleChoice
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)
