HeartYang

Results 1 comments of HeartYang

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