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 Bug.. the neverending saga

See original GitHub issue

Challenge escaping-literal-quotes-in-strings has an issue. User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:48.0) Gecko/20100101 Firefox/48.0. Please describe how to reproduce this issue, and include links to screenshots if possible.



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

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
wrhornecommented, Sep 10, 2016

Having the same trouble on a win 10 PC. Also running Firefox in fact had to use Firefox just to get this far with the JavaScript.

0reactions
XenoDelMotocommented, Sep 28, 2016

Same issue

Read more comments on GitHub >

github_iconTop Results From Across the Web

Escaping Literal Quotes in Strings - CodeChallenge - GitHub
In JavaScript, you can escape a quote from considering it as an end of string quote by placing a backslash () in front...
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 >
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. Is it a bug? - JavaScript
Tell us what's happening: This code throws an error “You should use two double quotes (”) and four escaped double quotes (")., but...
Read more >
Escaping Literal Quotes in Javascript - Stack Overflow
use character code 34 ( String.fromCharCode(34) ) and concatanate; double escape "\\\""; use single quotes to quote double quotes '"'.
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