Verificando se o Var não estiver definido JS

if(typeof x !== 'undefined'){
  alert("Variable x is defined.");
}