commando.html5/node_modules/uglify-js/test/unit/compress/expected/issue50.js
Captain Nick Lucifer* a0bc2d79de dot.dot.dot.exampol
2023-03-10 23:21:16 +05:45

1 line
96 B
JavaScript

function bar(a){try{foo()}catch(b){alert("Exception caught (foo not defined)")}alert(a)}bar(10)