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
C Translation
ahh right ur clever
This comment is hidden because it contains spoiler information about the solution
You just need to add a check on the password section that contains // or ||
Table name is People, expected column result need to be aliased by age_sum. I hope this help
Fixed tests allow my solution, where
Rest
is, I think, not what was intended, but works because the tests happen to work for it.No random tests.
Fixed tests are overly limited, simplistic, and pass correct solutions instead of trying to break incorrect ones.
defaultExample(3,7) -> 10
should have any argument but7
in second place.restExample
should have tests with the second argument not accidentally always the correct length.spreadExample(...[1,2,3])
is literally justspreadExample(1,2,3)
( except less efficient ). Those tests should have a varying number of arguments.I really don't see what is the big fuss. The answer is cleary written in the description. Nothing is hard to understand
Template literals FTW
Weird extra unnecessary step is expected. Adds nothing to the task.
D translation moved from duplicate kata Get number from string.
Lua translation!
It is fun only after you understand what this Kata wants from you. I even wrote some kind of "AI" (with VERY VERY BIG quotes).
The description is horrible. It makes no sense at all. You could leave just the kata's name and info on where to get the
Functions
array and it wouldn't actually make any difference to the one's understanding of this kata.The best thing you can do is to read the tests and understand what they want from you. That's how I cracked it.
Be warned that there might be some false positives when your action and kata's action both return the same result but aren't actually the same action. How do you combat this? It's up to you, this is intended.
good job
O enunciado pede que a palavra seja dividida individualmente em cada caractere e o espaço dentro do split garante que isso aconteça.
Loading more items...