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