Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which object is the main entry point to all client-side JavaScript features and APIs?

  2. A.

     Standard

    B.

     Location

    C.

     Window

    D.

     Position

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    The Window object is the main entry point to all client-side JavaScript features and APIs. It represents a web browser window or frame, and you can refer to it with the identifier window.


Be The First To Comment