type javascript non fini

var x;
if (typeof x === 'undefined') {
   // these statements execute
}
Smoggy Shrew