What's the result of using the === operator?

A value of either true or falseA value of either "true" or "false"A numerical value

true or false are special values that aren't strings. No need for quotes.