Logical AND Operator (&&) (JScript 5.6)

Performs a logical conjunction on two expressions.

result = expression1 && expression2 

Expand imageArguments

Expand imageRemarks

Expand imageRequirements

Expand imageSee Also