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/d2a7f9d2f79f1763723c4c00e1e5fe6c to your computer and use it in GitHub Desktop.
Save camelcaseblog/d2a7f9d2f79f1763723c4c00e1e5fe6c to your computer and use it in GitHub Desktop.
try {
const y = x
} catch(err) {
console.log(err.name + ': ' + err.message);
}
> ReferenceError: x is not defined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment