Source code

Revision control

Copy as Markdown

Other Tools

function f() {
var a = arguments;
for (var i = 0; i < 10; i++) {
a[""]
}
}
f();