2 lines
58 B
JavaScript
2 lines
58 B
JavaScript
function hello() {'use strict'; (function eval() { }()) }
|
function hello() {'use strict'; (function eval() { }()) }
|