What's the result of checking for equality using ===.
===
true
false
"true"
"false"
Truthfully so!
true or false are special values that aren't strings. No need for quotes.