Vidyalelo
JavaScript · Q78

Caching And Debugging

Programming · JavaScript · question 78

Q78

What is the purpose of the Legacy DOM ?

A.
Makes the scripting easier
B.
Allows access to few keys and elements
Answer
C.
All of the mentioned
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
The Legacy DOM: This is the model which was introduced in early versions of JavaScript language. It is well supported by all browsers, but allows access only to certain key portions of documents, such as forms, form elements, and images.