Skip to content

Instantly share code, notes, and snippets.

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 michaelNgiri/f6b79eb0569b5d8aeef05beaa730c25c to your computer and use it in GitHub Desktop.
Save michaelNgiri/f6b79eb0569b5d8aeef05beaa730c25c to your computer and use it in GitHub Desktop.
error catching
try {
//perform the action here
}
catch(err) {
//do something when an error occurs e.g console.log();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment