Skip to content

Instantly share code, notes, and snippets.

@shahab570
Created January 1, 2021 12:07
Show Gist options
  • Save shahab570/8c697d8bcb2364e398e3d8e747e3e2e4 to your computer and use it in GitHub Desktop.
Save shahab570/8c697d8bcb2364e398e3d8e747e3e2e4 to your computer and use it in GitHub Desktop.
dsdg
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