Skip to main content

One doc tagged with "closures"

View All Tags

Variable Scope / Closures

Variable Scope / Closures is a very common interview question. A closure is a function that remembers its outer variables and can access them.