Multiple choice technology programming languages

innerHTML, innerText, outerHTML and outerText. What are these of Element object

  1. Methods

  2. Properties

  3. Objects

  4. None of The above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

innerHTML, innerText, outerHTML, and outerText are properties of DOM Element objects, not methods. They are accessed like element.innerHTML (without parentheses), not invoked as functions. Methods would be called with parentheses.