try { document.body.style.height = "fgdfg"; } catch(e) { alert(e instanceof TypeError); // flase alert(e instanceof Error); // true }