alert(typeof a);//undefined
a = function () {
var a = '2';
return a;
};
alert(typeof a);//function
alert(typeof a());//number
alert(typeof a);//undefined
a = functi alert(typeof a);//undefined
a = function () {
var a = '2';
return a;
};
alert(typeof a);//function
alert(typeof a());//number
alert(typeof a);//undefined
a = functi