Callbacks in JavaScript
From many a Java programmer's perspective, JavaScript has one serious limitation: within the browser applications written in JavaScript limited to only a single thread (with the exception of web workers as part of 'HTML5'). As with many other 'limitations' any programming environment provides, also