In addition to providing a convenient workspace for testing code, the console also provides a chrome specific API for inspecting and debugging applications. It is important to remember that the console is available from all other tabs by pressing the Esc key.

shift + enterctrl + L clears the consoleLoad the console and notice at the top frame the global variable iFrameApp is not defined. Switch the frame to iframe.html and it is defined.