Skip to content

Instantly share code, notes, and snippets.

@edinsoncs
Created May 25, 2016 05:29
Show Gist options
  • Select an option

  • Save edinsoncs/0493548547570516e1ad96feea2b06f5 to your computer and use it in GitHub Desktop.

Select an option

Save edinsoncs/0493548547570516e1ad96feea2b06f5 to your computer and use it in GitHub Desktop.
try {
//Set del problema
throw "Funciono in throw";
//function_a
}
catch(parametro){
if(parametro) {
console.log(parametro);
}
else {
console.log('error');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment