7.1 Traceur
{
try {
throw undefined;
} catch (a) {
a = 2;
console.log( a );
}
}
console.log( a );Last updated
{
try {
throw undefined;
} catch (a) {
a = 2;
console.log( a );
}
}
console.log( a );Last updated