javascript typeof undinfed code example Example: javascript typeof undfined var x; if (typeof x === 'undefined') { // these statements execute }