2010-12-23 12:41:42 -08:00
|
|
|
alert((function() {
|
2010-07-29 00:51:35 -04:00
|
|
|
try {
|
2010-11-21 12:38:27 -05:00
|
|
|
return nonexistent / void 0;
|
2010-07-29 00:51:35 -04:00
|
|
|
} catch (error) {
|
|
|
|
return "And the error is ... " + error;
|
|
|
|
}
|
2010-12-23 12:41:42 -08:00
|
|
|
})());
|