hi guys. what is missing on my code?
Your code so far
var myStr = "I am a\"double quoted\"string inside\"double quotes\"."; // Change this line
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_1) AppleWebKit/604.3.5 (KHTML, like Gecko) Version/11.0.1 Safari/604.3.5
.
Challenge: Escaping Literal Quotes in Strings
Link to the challenge:
ilenia
2
you are missing spaces between words
1 Like
ilenia
4
your output is I am a "double quoted "string inside "double quotes".
the spaces needs to be in the right places
1 Like