Q. When will the window property come into play?
β
Correct Answer: (D)
Refer to window object itself
Explanation: The Window object has a property named window that always refers to itself. You can use this property if you need to refer to the window object itself, but it is not usually necessary to use window if you just want to refer to access properties of the global window object.