public marks

PUBLIC MARKS with tags closure & javascript

2010

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

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.

PUBLIC TAGS related to tag closure

clevermarks +   development +   google +   javascript +   oop +   optimization +   performance +   syntaxe +  

Active users

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

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

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

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