2 lines
49 B
JavaScript
2 lines
49 B
JavaScript
function hello() {'use strict'; var eval = 10; }
|
function hello() {'use strict'; var eval = 10; }
|