Skip to content

Instantly share code, notes, and snippets.

@alibalbars
Created July 30, 2021 17:09
Show Gist options
  • Save alibalbars/cca75517e39bd81c171bf07ad58deeb6 to your computer and use it in GitHub Desktop.
Save alibalbars/cca75517e39bd81c171bf07ad58deeb6 to your computer and use it in GitHub Desktop.
promise.then(
result => alert(result),
error => alert(error)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment