Discussion :: Javascript - CS
- What is the purpose of the Legacy DOM ?
A.
Makes the scripting easier |
B.
Allows access to few keys and elements |
C.
All of the mentioned |
D.
None of the mentioned |
Answer : Option B
Explanation :
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.
Be The First To Comment