Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. What does the location property represent?

  2. A.

     Current DOM object

    B.

     Current URL

    C.

     Both DOM object and URL

    D.

     None of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The location property of a window is a reference to a Location object; it represents the current URL of the document being displayed in that window.


Be The First To Comment