hi,
i am a chinese , i am not good at english.
i like your articles very much.
i have a question want to ask you. can you help me? thanks
var a = function b() { alert(a == b) }
a(); // true
alert(typeof b); // undefined
in chrome, i got this effect.
not i don’t know why b is not undefined in the function. where b is defined on?