A ! sign in front of true makes the expression result in false. If something is not true, it has to be false.
!
true
false
The ! sign is the negation operator. It turns values into their opposite.