Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which object serves as the global object at the top of the scope chain?

  2. A.

     Hash

    B.

     Property

    C.

     Element

    D.

     Window

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    The Window object serves as the global object at the top of the scope chain in client-side JavaScript.


Be The First To Comment