We want to quote Erica, but we'll need double quotes inside a string to do that.
Can you apply the escape character?
Fantastic! Inside the string we need to add a backslash (\) before the double quote (") so we don't create another string.
Not quite! Inside the string we need to add a backslash (\) before the double quote (") so we don't create another string.