This lesson will teach you about programming in an asynchronous environment and the pitfalls of this
- Review concept of event loop call stack
- Examples of mousedown/click/touch
- Handling the context of the event in the callback
- try/catch/finally
- callback( happy, err );
- ajax example