Skip to content

Instantly share code, notes, and snippets.

@aymericbouzy
Last active March 26, 2020 21:57
Embed
What would you like to do?
(function() {
try {
return "early";
} finally {
console.log("hello!");
}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment