problem description
I know everything else about the pointing problem of this undernode, but if you define a local variable directly, how do you get it and where do you store it?
related codes
//
var name = 1
console.log(name)
console.log(this.name)
console.log(global.name)
what result do you expect? What is the error message actually seen?
1undefinedundefined