IntermediateVocabulary#javascript-typescript#developer-tools#backend

Closures Vocabulary

Build fluency in the vocabulary of a returned function still reaching into its outer scope's variables.

0 / 5 completed
1 / 5
At standup, a dev mentions a function returned from another function that still has access to variables from the outer function's scope, even after the outer function has already finished running and returned. What is this behavior called?