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