Question 26
Consider the following code:
The JavaScript function above will display the following:
Question 27
Janice needs to create a pop-up window that will open a Web document in a new browser window. Which code statement should she use?
A)
B)
C)
D)
Question 28
Which of the following comparison statements will return true?
Question 29
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)
Question 30
What is the expected result of executing the following code block in a Web browser?
