Which of these lines is correct?

var isMonday = !true;var isMonday = true!;

Nice one!

We use the ! operator in front of the value to negate it.