What's the result of checking for equality using ===.

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

Truthfully so!

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