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