how to check undefined in java script code example Example: js check if undefined let foo = undefined //will return true typeof foo === 'undefined'