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

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

The window object represents a web browser window or frame, and you can refer to it with the identifier window. Global variables are properties of the window object and Global functions are methods of the window object.

Related Questions

A new web browser window can be opened using which method of the Window object ?