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.
All the requirements for this kata are not specified. You shouldn't try to solved it just seeing the tests. The description should say what you need to do.
return 9 XD
Best Practices of course.
No.
You are the best
I just did this kata knowing someone would do something like this, lol.
As simple as that.
This is 7 kyu, 8 kyu is even more basic.
Best code of the page, no doubt
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?
I'd add this:
Do you need the vowels listed as a, e, i, o and u?
All the requirements for this kata are not specified. You shouldn't try to solved it just seeing the tests. The description should say what you need to do.
Oh, thanks a lot 😃
Loading more items...