What is wrong? I am typing the string in exactly like the video even

Tell us what’s happening:
I am typing everything correctly in this module and it still wont allow me to move on

Your code so far


var myStr = "I am a\"double qouted\" string inside \" double qoutes\"."; 
console.log(myStr)

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36 Edg/80.0.361.69.

Challenge: Escaping Literal Quotes in Strings

Link to the challenge:

This is most probably happening because of incorrect spacing.

Thanks for you reply I am thinking there is a flaw inside the test and quiz. I cant find any typos or spacing issues

I literally just deleted and re typed and it worked :slight_smile:

There was a typo. Qoute

missing space

typo

extra space

typo

1 Like