Closed DevilRoshan closed 4 years ago
// 写出以下代码的执行结果 function foo(){ console.log(length); } function bar(){ var length = "对面的女孩看过来"; foo(); } bar();
https://github.com/DevilRoshan/Question/blob/master/20200720-js-scope.md