Vidyalelo
JavaScript · Q53

Server

Programming · JavaScript · question 53

Q53

Which identifier is used to represent a web browser window or frame?

A.
frames
B.
window
Answer
C.
location
D.
frame

Answer: Option B

Solution

Answer: Option B
Solution:
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.