Source code

Revision control

Copy as Markdown

Other Tools

function foo() {
{
let x=arguments;
return function() { return x; };
}
}
foo()();