FreeCodeCampChina / FreeCodeCampChina/freecodecamp.cn
重置写了好几次还是通不过
- Dominant language
- CSS
- Stars
- 37.8k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
Challenge [Quoting Strings with Single Quotes](https://www.freecodecamp.cn/challenges/quoting-strings-with-single-quotes#?solution=%2F%2Fvar%20myStr%20%3D%20%22%3Ca%20href%3D%5C%22http%3A%2F%2Fwww.example.com%5C%22%20target%3D%5C%22_blank%5C%22%3ELink%3C%2Fa%3E%22%3B%0A%0Avar%20myStr%3D'%3Ca%20href%20%3D%20%22http%3A%2F%2Fwww.example.com%22%20target%3D%22_blank%22%3ELink%3C%2Fa%3E'%3B%0A) has an issue.
User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36.
Please describe how to reproduce this issue, and include links to screenshots if possible.
My code:
```javascript
//var myStr = "Link";
var myStr='Link';
```
Contributor guide
Research direction
Open the linked “Quoting Strings with Single Quotes” challenge and reproduce the failure using the JavaScript shown in the issue. Compare the submitted solution with the challenge’s expected validation, then confirm that the corrected behavior allows the quoted-string exercise to pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- content
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100