Logical operators - logical OR

In the code below, result uses the || operator. Adjust the code so that result has the value true.
JavaScript
Console