If we want to make sure that more than just a single condition is met before we return true, we can use the logical and.

Great! The logical and uses the && sign and needs every condition to be true in order not to be false.

We'll get to that operator in a second. In the meantime, let's try &&!