DEV Community

chandra penugonda
chandra penugonda

Posted on

2. Predict the output

Predict the output for below list.


1. null > 0 
2. null == 0 
3. null >= 0 
4. null == null
5. null == undefined  
6. typeOf(null)
7. typeOf(undefined)

Enter fullscreen mode Exit fullscreen mode

Top comments (0)