Strings are a data type that we've already touched upon. In order to create a string variable, we assign a series of characters in quotes to, well, a variable.

We use single or double quotes even inside a string, as long as they don't match the surrounding quotes.

Don't we need some quotes to indicate that we want a string?