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