Difference between revisions of "Promise object (JavaScript)"
From Wiki @ Karl Jones dot com
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...") |
(No difference)
|
Revision as of 06:25, 25 September 2016
In JavaScript, the promise object is a used to handle asynchronous tasks.