Symfony world: javascript: immediately-invoked function expressions & closures http://t.co/1TBn3YgJ03 #php #symfony
June 26, 2013
Immediately-invoked function expressions ( IIFE) is one of the core JavaScript features. Its main aim is not to clutter the namespaces with disposable functions and variables. The code within the IIFE is executed immediately after it is read by the JS engine and it cannot be accessed afterwards.
/image%2F0004624%2F201210%2Fob_b01b21efdb72588090d70c1e23a4f101_nicolashachet-logo.png)

