CIW JavaScript Specialist - 1D0-735 Exam Practice Test
Which of the following will correctly declare the courseNumber variable as a siring data type?
Correct Answer: C
Consider the following code:

What code would you use to determine if the check box has been checked or not?

What code would you use to determine if the check box has been checked or not?
Correct Answer: C
What basis code is needed to define the JavaScript function avgGrades?
Correct Answer: D
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)

A)

B)

C)

D)

Correct Answer: D
The same origin policy was introduced at the same time as HTML5 to limit location changes in browser windows that are using frames. Given this policy which of the following would be a valid new location of a frame on the Web site http //www.ClWCertified corn?
A)

B)

C)

D)

A)

B)

C)

D)

Correct Answer: A
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)

A)

B)

C)

D)

Correct Answer: B