if (typeof variable !== 'undefined') { // the variable is defined } //or if (typeof variable === 'undefined') { // variable is undefined }