|| converting empty string to bool, && not

mvv

New Member
Is this normal? Is it a feature or a bug? (I'm using firebug):\[code\]>>> '' || truetrue>>> '' || falsefalse>>> '' && false"">>> '' && true""\[/code\]
 
Top