Javascript - value of document.write(false == null)
        Posted  
        
            by Lakshman
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Lakshman
        
        
        
        Published on 2010-04-14T06:57:25Z
        Indexed on 
            2010/04/14
            7:02 UTC
        
        
        Read the original article
        Hit count: 282
        
JavaScript
What is the value of  document.write(false == null). It should be true right (converted to same type before comparing - null is converted to false), if null is false then comparision should return true, but printing false. Why?
© Stack Overflow or respective owner