memeriksa apakah var tidak ditentukan js

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