JavaScript Sprawdź, czy nieokreślony

if (typeof myVariable === 'undefined'){
    //myVariable is undefined
}
Grepper