1.

What is the syntax of close method for document object?(a) Close(object)(b) Close(doc)(c) Close(val)(d) Close()This question was posed to me by my college director while I was bunking the class.Query is from Comparison of Core JavaScript versus Frameworks topic in portion Caching, Debugging and Animation of JavaScript

Answer»

Right CHOICE is (d) Close()

The best EXPLANATION: In order to close a document object, we NEED to CALL Close(). In order to close a document object, we need to call Close().



Discussion

No Comment Found

Related InterviewSolutions