Javascript - value of document.write(false == null)
- by Lakshman
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?