Skip to content

Instantly share code, notes, and snippets.

@zlatkov
Created January 5, 2021 09:05
Show Gist options
  • Save zlatkov/730dbc715fdcaa57f34b9db000ddb2f8 to your computer and use it in GitHub Desktop.
Save zlatkov/730dbc715fdcaa57f34b9db000ddb2f8 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