Join Slack
Communities
Powered by
informative read: <https://developer.mozilla.org/e...
# suitescript
e
erictgrubaugh
08/23/2017, 9:14 PM
informative read:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Logical_OperatorsLogical
OR (
||
)
expr1 || expr2
Returns expr1 if it can be converted to true; otherwise, returns expr2. Thus, when used with Boolean values, || returns true if either operand is true.
Open in Slack
Previous
Next