2 lines
64 B
JavaScript
2 lines
64 B
JavaScript
function hello() {'use strict'; try { } catch (arguments) { } }
|
function hello() {'use strict'; try { } catch (arguments) { } }
|