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
Web Programming with HTML5 CSS and JavaScriptb
Quiz 8: Introduction to Javascript: Functions, Dom, Forms, and Event Handlers
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
What is the following JavaScript code an example of? Var price;
Question 2
Multiple Choice
What is the name of the object associated with an entire web page?
Question 3
Multiple Choice
What is the purpose of adding an autofocus attribute to a text control's input element?
Question 4
Multiple Choice
Which event handler attribute detects whether the value of a form control has changed?
Question 5
Multiple Choice
Which of the following attribute-value pairs could be used to implement a JavaScript rollover within an img element?
Question 6
True/False
The text control's placeholder attribute provides a word or a short description that helps the user to know what to enter into the text control.
Question 7
Essay
JavaScript is known as a loosely typed language. What does that mean?
Question 8
Essay
Coding conventions suggest using camel case for JavaScript identifiers. What is camel case?
Question 9
Essay
The text control's placeholder and value attributes both provide text that pre-populates the text control's box. What is the difference in terms of what happens when the user starts to enter new text into the box?