Source code
Revision control
Copy as Markdown
Other Tools
for(var i=0; i<3; i++) {
var x;
function ff() {}
with(this) {}
x;
x = true;
}
for(var i=0; i<3; i++) {
var x;
function ff() {}
with(this) {}
x;
x = true;
}