Created
January 1, 2021 12:07
-
-
Save shahab570/8c697d8bcb2364e398e3d8e747e3e2e4 to your computer and use it in GitHub Desktop.
dsdg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
promise.then( | |
(value) => { | |
/* run when promise resolved */ | |
}, | |
(error) => { | |
/* run when promise rejected */ | |
} | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment