The goals 💪🏻Working with "the DOM" & Events ✌🏻Control Structures 👍🏻Examples! Window & Document Built-in Variables & Functions Global "window" object - Holds information and functionality related to the active browser window / tab e.g. current location, utility functions like alert() The "document" object (window.document) - Holds information and functionality to the loaded website content e.g. u..