oktw says to #ysitd
<petjelinux>: > function outer(){let a=1; inner(); function inner(){console.log(a);}} ... ...