Skip to content

Instantly share code, notes, and snippets.

@camelcaseblog
Last active July 13, 2019 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save camelcaseblog/570dfa304f144c25ebf2aa7a234e2730 to your computer and use it in GitHub Desktop.
Save camelcaseblog/570dfa304f144c25ebf2aa7a234e2730 to your computer and use it in GitHub Desktop.
try {
throw “this is an error”;
} catch(err) {
console.log(err.name + ': ' + err.message);
}
> undefined: undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment