Vidyalelo
JavaScript · Q107

Caching And Debugging

Programming · JavaScript · question 107

Q107

What is the syntax of close method for document object?

A.
Close(object)
B.
Close(doc)
C.
Close(val)
D.
Close()
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
In order to close a document object, we need to call Close().