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.
This comment is hidden because it contains spoiler information about the solution
Does the same error come when you try clicking
Attempt
? If yes, then the error comes from your code (you could post it here). If not, it means you modified sample tests by accident.I know that there is an extra semicolon.
My question is, where can i fix it? I am pretty new to codewars.
So where do I find the test.js?
In the sample test and in my code are no extra semicolons.
Extra semicolon at the front. Also use
question
label.Hi,
even if I try to only return the input string its says:
/workspace/node/test.js:26
;(function() {
^
What ist the problem an how can I fix it?