Skip to content

Instantly share code, notes, and snippets.

@Jagathishrex
Created April 21, 2020 18:37
Show Gist options
  • Save Jagathishrex/61e0cdf1f9c31882498594d696ed6b68 to your computer and use it in GitHub Desktop.
Save Jagathishrex/61e0cdf1f9c31882498594d696ed6b68 to your computer and use it in GitHub Desktop.
function callback() {
try {
// error code
}catch
console.log("Error caught") ;
}
}
function test() {
setTimeout(callback, 1000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment