Domenic Denicola at NYC ALT.Net talking about Promises in Javascript
Promises are a software abstraction that makes working with asynchronous operations much more pleasant. In the most basic definition, your code will move from continuation-passing style:
Leave a Reply