Difference between revisions of "Promise object (JavaScript)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
Line 3: Line 3:
 
== See also ==
 
== See also ==
  
 +
* [[Bluebird (JavaScript library)]]
 
* [[Futures and promises]]
 
* [[Futures and promises]]
 
* [[jQuery promise method]]
 
* [[jQuery promise method]]

Revision as of 07:32, 25 September 2016

In JavaScript, the promise object is a used to handle asynchronous tasks.

See also

External links