Logical Operators
Top
Previous
Next
·
&& (
short-circuit AND
)
·
|| (
logical OR
)
·
! (
logical NOT
)
·
?: (
conditional
)