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.