// (beautified) var o = this; for (var k in o) {} var a; console.log(k); // output: a // // minify: k // // options: { // "mangle": false // }