Promise object (JavaScript)

From Wiki @ Karl Jones dot com
Revision as of 07:25, 25 September 2016 by Karl Jones (Talk | contribs) (Created page with "In JavaScript, the '''promise object''' is a used to handle asynchronous tasks. == See also == * Futures and promises * jQuery promise method == External links...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

See also

External links