var booleanValue = new Boolean(false);
if(booleanValue) // this condition verifies to true
if(booleanValue == true) // this condition verifies to false
if(booleanValue) // this condition verifies to true
if(booleanValue == true) // this condition verifies to false
No comments:
Post a Comment