Which property of the document object represents the color in which text is to be displayed?
JavaScript is case sensitive, and the keyword "function" must be all lowercase.
You must declare variables that will become object references to a newly instantiated objects to _____________________
The first character of a variable must be a letter or an underscore, but subsequent characters can be letters, numbers, and the underscore character.
Tanja wants to target the “parent” frame of all frames in her Web site. In HTML, this parent frame is called “_top”.
What is this parent called if Tanja decided to use JavaScript in her Web page?
Wilhelm is creating a Web page using JavaScript. He wants to set a cookie with each site visitor so that his Web server can recognize visitors on subsequent visits for one month.
Which one of the following choices contains the elements required in this cookie?
Which information is required to generate a cookie?
You want to comment out a single line of JavaScript in a function.
Which of the following should you use in your code?