Created
January 5, 2021 08:50
-
-
Save zlatkov/a6a96855c4a42b577913b7608ca06769 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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