var myVariable; // theFu has been declared, but its value is undefined
"myVariable" in window; // true "otherVariable" in window; // false
"
myVariable" in window; // true "otherVariable" in window; // false
myVariable
No comments:
Post a Comment