What is the difference between “” and null in Javascript?
I have always thought that “” === null. But this question says there are 5 falsy values, i.e. false , null , 0 , "" , undefined , and NaN . Hence, I am wondering if there if there might be difference between the two