January 2008
Javascript Closures
by 1 otherA "closure" is an expression (typically a function) that can have free variables together with an environment that binds those variables (that "closes" the expression).
historical document apparently.
May 2007
Memory leak patterns in JavaScript
Handling circular references in JavaScript applications
1
(2 marks)