var result = "I'm coding like a champ!".length > 10 ;
alert( result );
That might display 1 rather than true:
Code:
var result = "I'm coding like a champ!".length > 10 ;
if (result) alert( 'true' );
__________________
"I'm here to save your life. But if I'm going to do that, I'll need total uninanonynymity." Me Myself & Irene.
Validate your HTML and CSS