Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

myStr = "FirstLine\n\\SecondLine\\\rThirdLine"; #10927

Closed
xgqfrms-GitHub opened this issue Sep 26, 2016 · 1 comment
Closed

myStr = "FirstLine\n\\SecondLine\\\rThirdLine"; #10927

xgqfrms-GitHub opened this issue Sep 26, 2016 · 1 comment

Comments

@xgqfrms-GitHub
Copy link

xgqfrms-GitHub commented Sep 26, 2016

Challenge Escape Sequences in Strings has an issue.
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36.
Please describe how to reproduce this issue, and include links to screenshots if possible.

My code:

var myStr; // Change this line

myStr = "FirstLine\n\\SecondLine\\\rThirdLine";

FirstLinenewlinebackslashSecondLinebackslashcarriage-returnThirdLine

It made me very confused!
I just can't understand this, and why not directly show off the result effect of pic?
just like this!
xxx

@dhcodes
Copy link
Contributor

dhcodes commented Sep 26, 2016

Thanks for submitting this issue. I'm closing as I believe this is a duplicate of #10485. This should be fixed once a PR is made and merged from that thread and then pushed to the live site. In the meantime, please consider asking for help in the Help Chat room

@dhcodes dhcodes closed this as completed Sep 26, 2016
@freeCodeCamp freeCodeCamp locked and limited conversation to collaborators Sep 30, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants