标签: javascript
let b = 10 x: a = b b // 10 a // 10 x // Uncaught ReferenceError: x is not defined
什么是x以及a的存在方式而无需先声明吗?
x
a