public marks

PUBLIC MARKS with tag closure

2017

2010

2009

2008

Javascript Closures

by greut & 1 other

A "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.

2007

Memory leak patterns in JavaScript

by greut
Handling circular references in JavaScript applications

Practical Closures

by marco
What is a closure?

2005

SitePoint Blogs » Blog Archive » Closures and executing JavaScript on page load

by nhoizey (via)
createAdder(x) is a function that returns a function. In JavaScript, functions are first-class objects: they can be passed to other functions as arguments and returned from functions as well. In this case, the function returned is itself a function that takes an argument and adds something to it.

Active users

ghis
last mark : 15/07/2017 16:39

piouPiouM
last mark : 15/12/2010 08:07

nhoizey
last mark : 08/03/2010 11:48

dzc
last mark : 24/11/2009 10:17

vrossign
last mark : 19/11/2009 08:34

jmfontaine
last mark : 22/07/2008 14:42

marco
last mark : 30/01/2008 21:54

greut
last mark : 29/01/2008 20:07