Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

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

  2. A.

     document

    B.

     content

    C.

     window

    D.

     frame

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    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.


Be The First To Comment