SOURCE

function test() {
  var msg = 'hi'; // 局部变量
}
test();
console.log(msg); // msg is not defined
console 命令行工具 X clear

                    
>
console