question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"Escaping Literal Quotes in Strings" not working in IE11

See original GitHub issue

Challenge Name

Escaping Literal Quotes in Strings

Issue Description

I’ve read through the bug reports to ensure I was writing the code correctly, and for some reason I can’t get past this challenge.

Browser Information

  • Browser Name, Version: Internet Explorer 11
  • Operating System: Windows 7 Pro (64bit)
  • Mobile, Desktop, or Tablet: Desktop

Your Code

var myStr = "I am a \"double quoted\" string inside \"double quotes\"."; // Change this line

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:15 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
ghostcommented, Jun 24, 2016

@heldersepu, he is using Internet Explorer 11, it says in the issue description 😉

0reactions
dumptydcommented, Oct 2, 2016

@fmd123 @AmeySingh Did it work? I tried your code in both chrome and IE and it’s working for me.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Internet explorer 9 issue with escaping double quotes javascript
As for your "problem", your debugger is displaying to you the representation of the string (which includes the initial and terminating quote", ...
Read more >
IE double quotes issue - Get Started - SitePoint Forums
Hi to all, Recently i received email saying IE doesn't handle double quotes in ... You are supposed to escape double quotes when...
Read more >
Escaping Literal Quotes in Strings, freeCodeCamp Basic ...
In this challenge we learn how to add multiple double or single quotes inside of our string by using the backslash escape character...
Read more >
Escaping Literal Quotes in Strings - Free Code Camp - YouTube
Today we discuss escaping literal quotes in JavaScript strings. This is part of a series of tutorials in which I go over the...
Read more >
SyntaxError: unterminated string literal - JavaScript | MDN
To fix this error, check if: you have opening and closing quotes (single or double) for your string literal, you have escaped your...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found