Back to Logical
or
Logical OR.
Syntax
or(a, b) → true if either a or b is truthy
Backends
TypeScript
Description
Logical OR.
Parameters
| Name | Description |
|---|---|
| a | Left operand |
| b | Right operand |
Returns
true if either a or b is truthy