Use backslashes to assign a string to the myStr variable so that if you were to print it to the console…
There are still double quotes in the string that are not using escapes. And you changed the string containing quotes (the ones on the outside) to single quotes - you weren’t told to do that and it defeats the purpose of the exercise. There is also a mistake in one of your escapes.