[thelist] RE: JS Boolean Object...

Damien COLA damiencola at wanadoo.fr
Thu Dec 4 17:14:49 CST 2003


what about doing
if ( bolValue == true ) instead of bolValue == 'true' ?

-----Original Message-----
because if ( bolvalue ) { } is how booleans work. (bolValue =='true')
works, but is not neccessary with a boolean variable.



More information about the thelist mailing list