📔
Programming Notes
Ctrlk
  • Programming Notes
  • Web Development
    • The Modern JavaScript Tutorial
    • You Don't Know JS
      • Get Started
      • Scope and Closures
        • Chapter 1: What's the Scope?
        • Chapter 2: Illustrating Lexical Scope
        • Chapter 3: The Scope Chain
        • Chapter 4: Around the Global Scope
        • Chapter 5: The (Not So) Secret Lifecycle of Variables
        • Chapter 6: Limiting Scope Exposure
        • Chapter 7: Using Closures
        • Chapter 8: The Module Pattern
    • TypeScript Handbook
    • React Internals
    • Vue Internals
    • Testing
    • Build Tools
  • Computer Science
    • Computer Systems
    • Algorithm Design
    • Data Structures
  • Software Engineering
    • Refactoring
    • System Design
Powered by GitBook
On this page
  1. Web Development
  2. You Don't Know JS

Scope and Closures

Chapter 1: What's the Scope?Chapter 2: Illustrating Lexical ScopeChapter 3: The Scope ChainChapter 4: Around the Global ScopeChapter 5: The (Not So) Secret Lifecycle of VariablesChapter 6: Limiting Scope ExposureChapter 7: Using ClosuresChapter 8: The Module Pattern
PreviousAppendix A: Exploring FurtherNextChapter 1: What's the Scope?

Last updated 4 years ago