Skip to content

Instantly share code, notes, and snippets.

@zlatkov
Created January 5, 2021 11:32
Show Gist options
  • Save zlatkov/1a2b473339bad12c10962941495c71d9 to your computer and use it in GitHub Desktop.
Save zlatkov/1a2b473339bad12c10962941495c71d9 to your computer and use it in GitHub Desktop.
try {
foo();
} catch(err) {
// This block won’t be reached.
} finally {
// This block will be reached before the Promise is rejected.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment