Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Your code not working is not an issue. An issue is a bug in the kata. Please refer to the documentation: https://docs.codewars.com/training/troubleshooting/
Do you mean
\"abc
? It should be"abc
.Then
\\\"abc
would be\"abc
.But I check the random test. There is no double quote in it, so you don't need to worry about that.
Here is the test chars:
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890~!@#$%^&*()_+-={}[]:'.,?<>`\\/
If there is a double quote in it, that would be
\"
.I got the same problem with you. Because I use the
console.log()
to show something.By the way, if you want to show some code. You should use triple
`
not'
in Markdown.