[beta] bug in "Quoting String with Single Quotes" challenge
See original GitHub issueChallenge quoting-strings-with-single-quotes has an issue.
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 8872.76.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.105 Safari/537.36
.
Please describe how to reproduce this issue, and include links to screenshots if possible.
var myStr = '<a href="http://www.example.com" target="_blank">Link</a>';
Issue Analytics
- State:
- Created 7 years ago
- Reactions:3
- Comments:16 (10 by maintainers)
Top Results From Across the Web
Need assistance in quoting-strings-with-single-quotes
This is a know bug and has already been reported and will be fixed before the Beta is released to production. Also, it...
Read more >Quoting Strings with Single Quotes - Free Code Camp
This is a basic JavaScript tutorial which teaches something important. As a developer, understanding the way strings work is very important.
Read more >Scripting - varible in caption - XYplorer Beta Club
String can be either single or double quote but not always the same (see Example 1 ... Variables are resolved in double quote...
Read more >Robust quoting in Snakefiles – Snakemake for Bioinformatics
The 'single quotes' ensure that the expression is passed directly to awk. If “double quotes” had been used, bash would replace $0 with...
Read more >DataStax Java Driver - Changelog - DataStax Documentation
[bug] JAVA-712: Prevent QueryBuilder.quote() from applying duplicate double quotes. [bug] JAVA-688: Prevent QueryBuilder from trying to serialize raw string. [ ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
yeah - its an issue for sure
Okay, I will do that in the future. I’m very new to all of this. I re-ran this challenge and got the same result - failed second test but passed first.