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.
Mind blown agn OwO
Definitely ;-)
thanks, I now realize i was searching with a filter for "My languages". Such a stupid mystake. Should I remove/un-publish this and translate the one you posted than?
This is a duplicate of https://www.codewars.com/kata/56d3f1743323a8399200063f (I passed all the tests after translation a solution from Python to JS and do a trivial tweak).
BUG: Those are in the wrong order.
Duplicate: https://www.codewars.com/kata/56a127b14d9687bba200004d
Although this dosn't make much sense in the first place:
Results for this size can't be returned as
Number
, but aNumber
is expected.feets DansGame
I have used this formula:
Hi, I've been trying to complete this kata, but I'm stuck. I think I have some issue with rounding maybe... because it looks like most of the tests are off just sometimes and by just a few hundredths
For example:
Unhandled rejection TestError: Random - Expected:
[['0.55', '2.14'], ['0.45', '1.61'], ['0.95', '4.73'], ['1.37', '4.15'], ['0.51', '4.22'], ['0.43', '5.35']], instead got:
[['0.54', '5.28'], ['0.44', '4.75'], ['0.93', '4.73'], ['1.35', '4.15'], ['0.49', '4.22'], ['0.41', '5.35']]