Vidyalelo
JavaScript · Q59

Server

Programming · JavaScript · question 59

Q59

Which is the property that represents the content displayed in the window?

A.
document
Answer
B.
content
C.
window
D.
frame

Answer: Option A

Solution

Answer: Option A
Solution:
One of the most important properties of the Window object is document: it refers to a Document object that represents the content displayed in the window.