You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

JavaScript Scopes

  • window
    • APP
    • MIT
    • private application scope (via immediately invoked function expression [aka IIFE] without using module pattern to expose anything globally - MIT and APP globals are used directly from wihin the IIFE)

  • No labels