When will the window property come into play?
A
Representation convenience
B
Use as an extension of other objects
C
Use objects in the Window object
D
Refer to window object itself
Correct Answer: Refer to window object itself
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.