CIW JAVA XCRIPT FUNDAMENTALS - 1D0-435 模擬練習

Methods operate on _________ instances of objects.

正解: B
Which is the JavaScript property that is used to inform a script that an image has finished loading?

正解: B
Sasha needs to display quotation marks for a greeting on the corporate Web page. She adds the quotation marks to the JavaScript as follows:
var questions = new Array(2)
questions[0] = "What is the capital of the USA?";
questions[1] = "Who is the company "President"?";
questions[2] = "Who is the company "Vice-President"?";
When Sasha runs the code, however, the quotation marks do not appear around the words
"President" and "Vice-President"
Which of the following choices shows how Sasha should rewrite the code to make the script execute properly?

正解: D
In JavaScript, objects possess which of the following?

正解: C
With JavaScript, it is possible to change two frames simultaneously. To do this, you must write a function that includes _________________

正解: B
In JavaScript, ++x+ will add one to the value of x after the assignment is complete.

正解: A
Which one of the following best describes JavaScript?

正解: C
Which language can create stand-alone applications or mini-applications called applets?

正解: D
The _____________ pair contains the domain name of the URL that issued the cookie.

正解: B