InterviewSolution
Saved Bookmarks
| 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() |
|