UNPKG

68 BJavaScriptView Raw
1var x;
2try {
3 x = 1;
4} catch(e) {
5 x = 2;
6}
7x = 3;
8alert(cont());