SOURCE

let a = 100
function test(){
    let a = 1
    function test1(){
        console.log('child a=11=',a)
    }
}

// console.log('a==',a)
test()
console 命令行工具 X clear

                    
>
console