Consider this code:
typeof null == 'object'//returns  true
And Consider this code:
typeof null == '' //returns  false
Why?
Consider this code:
typeof null == 'object'//returns  true
And Consider this code:
typeof null == '' //returns  false
Why?