Basic JavaScript - Escape Sequences in Strings

Tell us what’s happening:
Describe your issue in detail here.: For some reason when I click the button to check the code, it doesn’t run the checks. I refreshed the page and it still won’t run the checks.Help?

Your code so far

const myStr = "First Line
\SecondLine
ThirdLine"; // Change this line

Your browser information:

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

Challenge: Basic JavaScript - Escape Sequences in Strings

Link to the challenge:

You should have the string all on one line.

I’m just wondering why it won’t run the tests to tell me that I did something wrong

Your code has too many syntax errors to run.

huh, ok thank you. I didn’t know that could happen

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.