Skip to content

Instantly share code, notes, and snippets.

@alibalbars
Created July 30, 2021 17:13
Show Gist options
  • Save alibalbars/3d6388ddafe77177f7e37ec570545816 to your computer and use it in GitHub Desktop.
Save alibalbars/3d6388ddafe77177f7e37ec570545816 to your computer and use it in GitHub Desktop.
new Promise(function(resolve, reject) {
setTimeout(() => {
throw new Error("Whoops!");
}, 1000);
}).catch(alert);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment