1.

What is the purpose of the Legacy DOM?(a) Makes the scripting easier(b) Allows access to few keys and elements(c) Modify the nodes(d) Making the script modularThe question was asked by my college director while I was bunking the class.Origin of the question is HTML DOM in division Caching, Debugging and Animation of JavaScript

Answer»

Correct answer is (b) Allows access to few keys and ELEMENTS

Best 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.



Discussion

No Comment Found

Related InterviewSolutions