Are Null, Undefined and false are same in data types in javascript ?
if(null){ //This code won't work } if(false){ //This code won't work } if(undefined){ //This code won't work }
are they same theoretically ?
null
object
false
boolean
undefined
So they are different.
1.4m articles
1.4m replys
5 comments
57.0k users