Whatterz


Articles tagged or

Using JavaScript Logical Operators in ColdFusion 8
Logical operators are typically used with Boolean (logical) values; when they are, they return a Boolean value. However, the && and || operators actually return the value of one of the specified operands, so if these operators are used with non-Boolean values, they may return a non-Boolean value. Read more – ‘Using JavaScript Logical Operators in ColdFusion 8’.