Whatever quotes we use for a string literal, we can't use the same quotes within the literal because they'd end it.

Let's see if we can find ways around this issue!

Great! We can enclose a string in the other kind of quotes or use a backslash to escape the quotes.

Really? While we can use a double quote within a string literal that's enclosed in single quotes, does it really make sense in this case?