The location object is subordinate to the ___________ object in the JavaScript hierarchy.
Placing / in front of a line of text, within the Script tags will result in ______________
With JavaScript, it is possible to change two frames simultaneously.
To do this, you must write a function that includes _________________
A ____________ is an input object in the shape of a small square that can be selected, or checked on or off.
JavaScript used two types of comment indicators. The _______ indicator delineates a comment on a single line of script. The _____ indicator is used for multiple line comments.
JavaScript will support direct database access even if LiveWire is not installed on the server.
JavaScript contains both Keywords that you must use to achieve specific results and Reserved words that you are not permitted to use for variable or function names.
The key difference between the While Statement and the Do While Statement is ____________
In JavaScript, the operator =, is an assignment operator. It will __________________
Can the practice of calling JavaScript functions from framesets be extended to calling them from different browser windows?
Ann inadvertently deleted her cookies.txt file.
How will this affect her browsing experience?
Consider the various JavaScript methods, such as alert(), prompt(), and confirm(). These methods are methods of which object?
You want to embed your JavaScript into an HTML document.
Which HTML tag should you use?
Which property of the navigator object identifies the operating system for which the browser was compiled?
The _____________ pair contains the domain name of the URL that issued the cookie.
An Instance is the term for the real-time objects that are generated from the empty constructor template?
JavaScript is case sensitive, and the keyword "function" must be all lowercase.
Which one of the following choices best describes a fundamental problem with JavaScript Web sites?
A function that defines methods and properties of a custom object used as a template for instances of the custom object is a _______________
JavaScript is an event-driven programming language. Events trigger _________.
_______ represent various attributes of an object, such as height, color, font size, sentence length, and so forth.