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