Logical operators - logical AND

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