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)
Which of the following is a benefit of using a predefined library, such as JQuery?
Consider the following code:
What code would you use to determine if the check box has been checked or not?