Logical OR Operator (||) (JScript 5.6)

Performs a logical disjunction on two expressions.

result = expression1 || expression2

Expand imageArguments

Expand imageRemarks

Expand imageRequirements

Expand imageSee Also