Storing strings in variables

Lastly, in the preceding code snippet, we're storing a string inside of a variable and then printing the value out to the console.

We'll talk more about strings and string interpolation in subsequent sections.