Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
HTML5 and CSS3
Quiz 13: Programming Web Pages With Javascript
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Multiple Choice
The __________, which is part of the developer tools in a modern web browser, can be used to enter test code and view error message related to JavaScript.
Question 22
Multiple Choice
You can access any HTML element by specifying a CSS selector using the ____ method.
Question 23
Multiple Choice
A(n) __________ is a JavaScript instruction that performs an action.
Question 24
Multiple Choice
Standard ____ for objects include the text content associated with an object, the name of the object, and the name of an associated attribute.
Question 25
Multiple Choice
Every JavaScript statement ends with a(n) __________.
Question 26
Multiple Choice
The __________ object is the parent element of the DOM tree.
Question 27
Multiple Choice
The first line of a function begins with the word function , followed by its name and a pair of ____.
Question 28
Multiple Choice
The DOM defines ____, which are actions that are associated with an object.
Question 29
Multiple Choice
To assign a new property value, you use the assignment operator, which is simply a(n) __________.
Question 30
Multiple Choice
The punctuation for a function is similar to that of a CSS style rule: an opening ____ goes at the beginning.
Question 31
Multiple Choice
Multi-line comments in JavaScript use the same format as __________ comments.
Question 32
Multiple Choice
JavaScript allows you to create __________, which are values that are stored and that you can access with a name that you specify.
Question 33
Multiple Choice
Developers can write JavaScript that responds to actions, known as __________, which include many actions commonly performed on a web page.
Question 34
Multiple Choice
Whenever you use a method, you specify its parent object first, followed by a(n) __________ and then the method name.
Question 35
Multiple Choice
You specify a CSS selector in __________ within the parentheses of the querySelector() method to reference an object.
Question 36
Multiple Choice
Writing code to look up and change data associated with parts of HTML documents requires a standardized way of referring to the parts of a Web page; this system is known as the Document _________ Model.