Which identifier is used to represent a web browser window or frame?
(a) frames
(b) window
(c) location
(d) frame
(a) frames
(b) window
(c) location
(d) frame
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The correct answer is (b) window
For explanation I would say: 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.