Geraldine is creating a custom object to store user account data on her Web site. She has written the following code it is not working properly. What change should she make to enable the script to run correctly?

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)

Consider the following code:

What is the expected result of this script?
Consider the following code:

Ginger needs to write a script to display a pop-up alert box with the type of credit card the user selected Which of the following code blocks should she use?
A)

B)

C)

D)

Consider the following two code segments:

Which of the following is true about these code segments?
Consider the following code:

Which of the following is true based on the above code?
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?
What is the expected result when executing the following scripts in a web browser?
Consider the following code:

The JavaScript function above will display the following:
Which choice demonstrates the correct syntax for declaring a variable to represent the month in which a person was born?