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
JavaScript allows you to create __________, which are values that are stored and that you can access with a name that you specify.
Question 22
Multiple Choice
The statement that creates a variable starts with the keyword __________.
Question 23
Multiple Choice
The punctuation for a function is similar to that of a CSS style rule: an opening ____ goes at the beginning.
Question 24
Multiple Choice
Multi-line comments in JavaScript use the same format as __________ comments.
Question 25
Multiple Choice
You can access any HTML element by specifying a CSS selector using the ____ method.
Question 26
Multiple Choice
Every JavaScript statement ends with a(n) __________.
Question 27
Multiple Choice
The ____ event occurs when a user moves the mouse pointer over an element or touches an element.
Question 28
Multiple Choice
You specify a CSS selector in __________ within the parentheses of the querySelector() method to reference an object.
Question 29
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 30
Multiple Choice
Developers can write JavaScript that responds to actions, known as __________, which include many actions commonly performed on a web page.
Question 31
Multiple Choice
The ____ event occurs when a user clicks or touches an element.
Question 32
Multiple Choice
Whenever you use a method, you specify its parent object first, followed by a(n) __________ and then the method name.
Question 33
Multiple Choice
A(n) __________ is a JavaScript instruction that performs an action.
Question 34
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 35
Multiple Choice
The __________ property refers to the current value of a form field or an object property.
Question 36
Multiple Choice
The DOM defines ____, which are actions that are associated with an object.
Question 37
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.