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