What if we want to test if two conditions are true at the same time, though? For that we use something called the logical and.

Which of these would satisfy what is either side of the &&

See that? && the logical and, needs both conditions met for the code inside to be executed.

Are you sure this would satisfy both conditions?