Nice! The first condition is true
because both values are equal. Since y
is false
, the second condition is only true
if y
doesn't equal true
.
Whoops! The first condition is true
because both values are equal. Since y
is false
, the second condition is only true
if y
doesn't equal true
.