Java

TwitterFacebook
Get flash to fully experience Pearltrees

JavaScript Garden

http://bonsaiden.github.com/JavaScript-Garden/ Function Declarations and Expressions Functions in JavaScript are first class objects. That means they can be passed around like any other value. One common use of this feature is to pass an anonymous function as a callback to another, possibly an asynchronous function.