Exam 8: Introduction to Javascript: Functions, Dom, Forms, and Event Handlers

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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)

What is a JavaScript event handler?

(Multiple Choice)
4.9/5
(34)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)