ShalaMaster
Home
Question Bank
Blogs
Lets Connect
Which statement will retrun True in JavaScript?
    
(typeof null === typeof Null)
    
(typeof null == typeof Null)
    
(null === undefined)
    
(typeof 'null' == typeof 'Null')
First  
Prev  
Next  
Last