Window
•The document object is contained within a window object.
•window has methods:
–Alert ()
–Confirm ()
–Prompt ()
•window is assumed so
•alert () is equivalent to window.alert ()