Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which property in the Window object is used to refer to a Location object?

  2. A.

     position

    B.

     area

    C.

     window

    D.

     location

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    The Window object defines properties like location, which refers to a Location object that specifies the URL currently displayed in the window and allows a script to load a new URL into the window.


Be The First To Comment