Home / CSE MCQs / Javascript MCQs :: Discussion

Discussion :: Javascript MCQs

  1. Which identifier is used to represent a web browser window or frame?
  2. A.
    frames
    B.
    window
    C.
    location
    D.
    frame

    View Answer

    Workspace

    Answer : Option B

    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