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:
Premises:
Responses:
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
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:
Related Questions
Q2: The value property refers to the current
Q18: Case-Based Critical Thinking Question Alicia wants to
Q23: Standard _ for objects include the text
Q35: A(n) _ is a JavaScript instruction that
Q43: Method names are always followed by quotation
Q45: A common method to change the CSS
Q51: The <u>script</u> element is added to an
Q55: You can access any HTML element by
Q72: JavaScript supports the use of symbols known
Q74: Each DOM node is associated with a