alert(), prompt(), and confirm() are all examples of _________________
alert(), prompt(), and confirm() are all examples of _________________
A function that defines methods and properties of a custom object used as a template for instances of the cust
A function that defines methods and properties of a custom object used as a template for
instances of the custom object is a _______________
How would you change two frames simultaneously in JavaScript?
How would you change two frames simultaneously in JavaScript?
The first character of a variable must be a letter or an underscore, but subsequent characters can be letters,
The first character of a variable must be a letter or an underscore, but subsequent characters can
be letters, numbers, and the underscore character.
Which information is required to generate a cookie?
Which information is required to generate a cookie?
Which one of the following choices best describes a fundamental problem with JavaScript Web sites?
Which one of the following choices best describes a fundamental problem with JavaScript Web
sites?
Which one of the following is an action that can be performed by an object?
Which one of the following is an action that can be performed by an object?
Which one of the following choices shows how Sven should rewrite this line of code so that no errors result wh
Sven wants to open a new window with JavaScript, be he repeatedly receives an error message.
He reviews his code, as shown:
open (“http://www.prolific.com”, “Pro Window” , “toolbar = 1 ,location = 1 ,menubar = 1 ,
scrollbars = 1 ,status = 1 ,resizable = 1″);
Which one of the following choices shows how Sven should rewrite this line of code so that no
errors result when it is executed?
Which of the following choices shows how Sasha should rewrite the code to make the script execute properly?
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?
where should functions and variables be stored in a JavaScript-based Web site?
When using frames, where should functions and variables be stored in a JavaScript-based Web
site?