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.
Answered.
This comment is hidden because it contains spoiler information about the solution
Fixed. Javascript is the only language where the random tests have real verbs it seems, the other languages have random strings with infinitive verbs endings.
Exactly. Must be regular verbs!
Change "confiar" (it's not a spanish regular verb) to some other infinitive regular verb like "comprar" to avoid verb root accent problems.
I don't think verbs being regular is mentioned anywhere in the kata detail either.
Which ones? I think I see for instance "confío" should have accent. Maybe better hand picked infinitive verbs could fix that.
Nice Kata!
I speak Spanish, the conjugations are incorrect, I had problems passing the test due to that problem. Check it out.
You have to return it if you logged it...
return
mensaje
instead of printing it to the console using console.log. Undefined is the default value when nothing is returned.Why I got: undefined?????
Log:
'Bart, Lisa, Maggie, Homer & Marge'
Expected:
'Bart, Lisa, Maggie, Homer & Marge'
instead got: undefined
Do you fixeded it?I have the same problem.
This comment is hidden because it contains spoiler information about the solution