JavaScript intento ... Declaración de captura

try {
    // body of try
} 
catch(error) {
    // body of catch  
}
SAMER SAEID