Err whats going on here

Tell us what’s happening:

i did the double quatation thing and i’m still getting fail

Your code so far


var myStr = "I am a \"double quoted\" string inside \"double quotes\"".

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36 OPR/71.0.3770.284.

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

Period in the wrong place at the end, you haven’t included it in the string

i don’t understand what you mean sir

The period needs to inside the closing quote. Right now it is outside of your string, which is a syntax error.

Opera Snapshot_2020-11-01_160401_www.freecodecamp.org

the . can’t be outside the string, you need to have it before the "

1 Like