get if var is undefined code example Example: javascript check for undefined if (typeof myVariable === 'undefined'){ //myVariable is undefined }