Which of these string literals are valid?
Fantastic! We can put strings in single or double quotes, but we can't use them within the string if we don't escape them.
Close! We can put strings in single or double quotes, but we can't use them within the string if we don't escape them.