최신CIW JavaScript Specialist - 1D0-635무료샘플문제
문제1
Jane has created a file with commonly used JavaScript functions and saved it as "allFunctions.js" in the application's root directory. She wants to load this file into a Web page to access its functions. Which statement shows the correct syntax to do this?
Jane has created a file with commonly used JavaScript functions and saved it as "allFunctions.js" in the application's root directory. She wants to load this file into a Web page to access its functions. Which statement shows the correct syntax to do this?
정답: D
문제2
You want to display a series of elements. Which choice demonstrates the correct syntax for an array in JavaScript?
You want to display a series of elements. Which choice demonstrates the correct syntax for an array in JavaScript?
정답: D
문제3
Consider the following statement:
for (X; Y; Z)
What does Z represent in this code?
Consider the following statement:
for (X; Y; Z)
What does Z represent in this code?
정답: B
문제4
Which of the following comparison statements will return true?
Which of the following comparison statements will return true?
정답: A
문제5
Which script block will display Hello World in the browser when the script is run?
Which script block will display Hello World in the browser when the script is run?
정답: B
문제6
Consider the following code:

When a user clicks on the displayed link, which site will he navigate to?
Consider the following code:

When a user clicks on the displayed link, which site will he navigate to?
정답: C