Difference between revisions of "Promise object (JavaScript)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(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.

See also

External links