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 undefined)
First  
Prev  
Next  
Last