Skip to content

Instantly share code, notes, and snippets.

@pablotolentino
Created May 19, 2021 03:15
Show Gist options
  • Save pablotolentino/3d01efd4f8e0baa799b8606f284a76dc to your computer and use it in GitHub Desktop.
Save pablotolentino/3d01efd4f8e0baa799b8606f284a76dc to your computer and use it in GitHub Desktop.
try {
throw new Error('mi error');
} finally {
console.error('finally');
}
// resultado: finally
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment