Slides / VideoIntermediate
Closures, Scope & 'this'
Closures capture variables by lexical scope, but 'this' is set by how a function is called — not where it is written.
1 / 6
Closures capture variables by lexical scope, but 'this' is set by how a function is called — not where it is written.