RimyZhang

Results 1 comments of RimyZhang

`var b = 10; (function b() { var b = 20; console.log(this.b); // 10 console.log(b); // 20 })();`