function if variable is undefined javascript code example Example: js check if undefined let foo = undefined //will return true typeof foo === 'undefined'