Skip to content

Instantly share code, notes, and snippets.

@Jagathishrex
Created April 21, 2020 18:36
Show Gist options
  • Select an option

  • Save Jagathishrex/80b8f416e9de08e31c6e10d3c0958736 to your computer and use it in GitHub Desktop.

Select an option

Save Jagathishrex/80b8f416e9de08e31c6e10d3c0958736 to your computer and use it in GitHub Desktop.
function callback() {
// error code
}
function test() {
try {
setTimeout( callback , 1000);
} catch (e) {
console.log( "not executed" );
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment