Logical operators - logical AND
In the code below, result uses the
&& operator. Adjust the code so that result has the value true.Premium
JavaScript
Console
&& operator. Adjust the code so that result has the value true.