So far, we've created strings by initializing them with a value in quotation marks. There's another way, though, and it uses the new keyword.

See that? a and b both hold an empty string. String() is called a constructor, a concept about which we'll talk some more when we dive into objects.