Solved

Match Each Commonly Used JavaScript Property with the Appropriate Description

Question 15

Matching

Match each commonly used JavaScript property with the appropriate description.

Premises:
the text content of an object, excluding any nested HTML tags
the path and source filename for an element with a src attribute
the value of an element's class attribute
the current value of a form field or an object property
the content of an object, including any nested HTML tags
Responses:
classValue
src
textContent
value
innerHTML

Correct Answer:

the text content of an object, excluding any nested HTML tags
the path and source filename for an element with a src attribute
the value of an element's class attribute
the current value of a form field or an object property
the content of an object, including any nested HTML tags
Related Questions