Exam 8: Introduction to Javascript: Functions, Dom, Forms, and Event Handlers
Exam 1: Introduction to Web Programming28 Questions
Exam 2: Coding Standards, Block Elements, Text Elements, and Character References30 Questions
Exam 3: Cascading Style Sheets (CSS)29 Questions
Exam 4: Organizing a Pages Content With Lists, Figures, and Various Organizational Elements30 Questions
Exam 5: Tables and Css Layout30 Questions
Exam 6: Links and Images30 Questions
Exam 7: Image Manipulations, Audio, and Video30 Questions
Exam 8: Introduction to Javascript: Functions, Dom, Forms, and Event Handlers28 Questions
Exam 9: Additional Javascript Basics: Window Object, If Statement, Strings, Numbers, and Input Validation30 Questions
Exam 10: Loops, Additional Controls, Manipulating Css With Javascript29 Questions
Exam 11: Object-Oriented Programming and Arrays30 Questions
Exam 12: Canvas30 Questions
Exam 13: Web Development and HTML/CSS98 Questions
Select questions type
Ecma International is the standards organization in charge of maintaining the ECMAScript standard.
(True/False)
4.9/5
(41)
If you are inside a form control, to retrieve the form element's object, you should use:
(Multiple Choice)
4.8/5
(42)
Coding conventions suggest using camel case for JavaScript identifiers. What is camel case?
(Essay)
4.7/5
(29)
The following code would be a legal JavaScript identifier:
<code>dataFor2Records</code>
(True/False)
4.9/5
(37)
What is the following JavaScript code an example of?
Var price;
(Multiple Choice)
4.8/5
(34)
What is the purpose of adding an autofocus attribute to a text control's input element?
(Multiple Choice)
4.9/5
(39)
Which of the following attribute-value pairs could be used to implement a JavaScript rollover within an img element?
(Multiple Choice)
4.9/5
(29)
Showing 21 - 28 of 28
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)