JS

JavaScript Fundamentals 2 - Logical NOT operator

6.

Which of the following logical operators is used to negate a boolean value?

&& (and)

|| (or)

! (not)

== (equal to)