ShalaMaster
Home
Question Bank
Blogs
Lets Connect
Which below statement will return True in JavaScript?
    
(null == undefined)
    
(null === undefined)
    
(typeof undefined == typeof null)
    
(null=== "NULL")
First  
Prev  
Next  
Last