Slides / Video
Closures, Scope & the this Binding
Closures capture variables through lexical scope, but this is bound by how a function is called — not where it lives.
1 / 6
Closures capture variables through lexical scope, but this is bound by how a function is called — not where it lives.