Aither99
10/25/2017 - 9:13 AM

test variable init

// global scope
var theFu; // theFu has been declared, but its value is undefined
typeof theFu; // "undefined"