Skip to content

Instantly share code, notes, and snippets.

@zlatkov
Created January 5, 2021 08:50
Show Gist options
  • Save zlatkov/a6a96855c4a42b577913b7608ca06769 to your computer and use it in GitHub Desktop.
Save zlatkov/a6a96855c4a42b577913b7608ca06769 to your computer and use it in GitHub Desktop.
function foo2() {
try {
throw new Error();
} catch {
return true;
} finally {
return false;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment