最新的CIW JavaScript Specialist - 1D0-735免費考試真題
Consider this source code:

Giam needs to write a script to access the first element in the source code. What code should he use?

Giam needs to write a script to access the first element in the source code. What code should he use?
正確答案: B
Consider the following code:
<img onmousout=" sofaPic (this) " src="sofa.jpg" alt="sofa">
Which of the following is true based on the above code?
<img onmousout=" sofaPic (this) " src="sofa.jpg" alt="sofa">
Which of the following is true based on the above code?
正確答案: B
Which of the following comparison statement will return true?
A)
X=10;
Y=11;
y--;
x==y
B)
X=10;
Y=11;
Y++;
x==y'
C)
X=11;
Y=10;
y--;
x==y;
D)
X=11;
Y=10;
y-= 1;
x==y
A)
X=10;
Y=11;
y--;
x==y
B)
X=10;
Y=11;
Y++;
x==y'
C)
X=11;
Y=10;
y--;
x==y;
D)
X=11;
Y=10;
y-= 1;
x==y
正確答案: A
Consider the following code:

What is the expected result of this script?

What is the expected result of this script?
正確答案: 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)

正確答案: 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)

正確答案: B