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.
Haskell translation is not a bug fixing kata.
JS Node 18. should be enabled
Description has unnecessary
<p>
and<select>
tag, should be removed.Why does the testing fail if there comments? I feel like that's unnecassary.
This comment is hidden because it contains spoiler information about the solution
this is not the case in Python, the
count
property is correctly incremented by the initial codeNone of the functions work. split(), join(), match(), or any to work with strings. On the description wasn't especify that we cannot work with these functions so it will be a good idea to review that there isn't any issue with the test, description or anything else.
java fork
Average and total values are the same in this dataset, as every job has only 1 person. Sorting should be done descending by highest average salary.
But the cashier is expected to be the last/ the one with the least salary of 14386.49, even though the astronomer is only receiving a measly salary of 10266.25.
Lua translation!
No random tests in
CS
JS
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.D translation moved from duplicate kata Get number from string.
Lua translation!
Python:
debugging
taginfo
in Python and not getInfo).Loading more items...