A condition receives the string "false". How does that string behave?
Explanation
The string contains characters, so it is truthy regardless of what its text appears to mean. Confusing it with the boolean false ignores that nonempty-string truthiness depends on length, not interpretation.