hola gente, estoy intentando ver un error pero me devuelve que a.description es indefinido.
les muestro el codigo:
try
{
var insti ='';
var nombre = c;
var sigla= b;
var idInstitucion= 1;
insti= new institucion(nombre,sigla,idInstitucion);
}
catch(a)
{
alert ("excepcion "+ a.description);
}
desde ya muchas gracias!