COAV
1
Tell us what’s happening:
Help I tried a long time idk what is happening…
Your code so far
var myStr = "I am a \"double quoted\" string inside \"double qoutes\"."
console.log(myStr) // Change this line
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Safari/605.1.15
.
Challenge: Escaping Literal Quotes in Strings
Link to the challenge:
ILM
3
you swapped two letters here
1 Like
COAV
4
What do you mean? I am bad at JS
She wasn’t commenting on your JS - it’s a spelling thing. The word is “quotes”, not “qoutes”.
1 Like
When I fix that, it passes for me.
1 Like
system
Closed
8
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.