Skip to content
GeeksSmith
Card 1 / 54javascript
0 Streak
Question / Concept

Closures

A closure is a function bundled together with the lexical scope it was created in, so it keeps access to those outer variables even after the outer function has returned.

Click card or press [Space] to flipQuestion