Multiple choice

Which of the following models is a hierarchy of parent and child objects supported by JavaScript in which objects are organised into a tree-like structure?

  1. AJAX

  2. JavaScript

  3. DOM

  4. C

  5. HTML

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

DOM stands for Document Object Model. This model is a hierarchy of parent and child objects supported by JavaScript in which objects are organised into a tree-like structure.