null == undefined //true undefined == undefined //true var message; alert ( message == undefined ); //true