Thursday, January 16, 2014

JavaScript "Promises'

Promises/A+:
"A promise represents the eventual result of an asynchronous operation. The primary way of interacting with a promise is through its then method, which registers callbacks to receive either a promise’s eventual value or the reason why the promise cannot be fulfilled"

What’s so great about JavaScript Promises? | Parse Blog

JavascriptPromise by Martin Fowler
Promise - JavaScript @ Mozila Developer Network

JavaScript Promises: There and back again - HTML5 Rocks

An Overview of JavaScript Promises - SitePoint

No comments: