Skip to content

Promise object is created. Async function returns the promise object. If async is done successfully, promise object is resolved by calling its resolve method. If async is done with error, promise object is rejected by calling its rejected method.

Notifications You must be signed in to change notification settings

Kisalaykisu/JS_Ajax_PromiseCallBack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JS_Ajax_PromiseCallBack

Promise object is created. Async function returns the promise object. If async is done successfully, promise object is resolved by calling its resolve method. If async is done with error, promise object is rejected by calling its rejected method.

callback-to-promise-1 b28c682ea36b8688cd6ea47e713c19d2

About

Promise object is created. Async function returns the promise object. If async is done successfully, promise object is resolved by calling its resolve method. If async is done with error, promise object is rejected by calling its rejected method.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published