If we assign "", an empty string literal, to a variable, it becomes a string variable, even though there's nothing in it.

See that? nationality is a string variable and has a value of "", which means its length is 0.