What's the result of using the === operator?
===
true
false
"true"
"false"
true or false are special values that aren't strings. No need for quotes.